#6F9DFF

Color #6F9DFF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6F9DFF

Tints of Cornflower Blue #6F9DFF

Color information

#6F9DFF (or 0x6F9DFF) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 9D and FF. RGB value is (111,157,255). Sum of RGB (Red+Green+Blue) = 111+157+255=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F9DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9DFF is #906200. Grayscale: #999999. Windows color (decimal): -9462273 or 16751983. OLE color: 16751983.

HSL color Cylindrical-coordinate representation of color #6F9DFF: hue angle of 220.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F9DFF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB111157255-
CMYK0.560.3800
HSL220.83º100%71.76%-
HSV(B)220.83º56.47%100%-
XYZ36.6634.7199.38-
YUV154.42184.7697.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 21.22%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 255 (100% from 255) = 48.76%
R=21.22%
G=30.02%
B=48.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1111572550.560.3800220.8310071.76
Hex6F9DFF382600dd6448
Octal157235377704600335144110
Binary11011111001110111111111111000100110001101110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F9DFF; }

 p { color: rgb(111,157,255); }

 H1.HeaderClassName
 {
   color: #6F9DFF;
 }
 .AnyTagClassName
 {
   color: #6F9DFF;
 }
</style>
background-color css

<style>
 a { background-color: #6F9DFF; }

 a { background-color: rgb(111,157,255); }

 div.DivClassName
 {
   background-color: #6F9DFF;
 }
 .BgClassName
 {
   background-color: #6F9DFF;
 }
</style>
border-color css

<style>
 span { border-color: #6F9DFF; }

 span { border-color: rgb(111,157,255); }

 td.TdClassName
 {
   border-color: #6F9DFF;
 }
 .TagClassName
 {
   border-color: #6F9DFF;
 }
</style>