Html Css Color HEX #6F94DE Cornflower Blue

📋 copy color: '#6F94DE'

red 111 ◦ green 148 ◦ blue 222

#6F94DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6F94DE

Tints of Cornflower Blue #6F94DE

RGB

 RED value IS 111 (43.75% from 255) = 23.08%

 GREEN value IS 148 (58.2% from 255) = 30.77%

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 23.08%
G = 30.77%
B = 46.15%

CMYK

 C value IS 0.5

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F94DE (or 0x6F94DE) is known color: Cornflower Blue. HEX triplet: 6F, 94 and DE. RGB value is (111,148,222). Sum of RGB (Red+Green+Blue) = 111+148+222=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F94DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F94DE is #906B21. Grayscale: #919191. Windows color (decimal): -9464610 or 14586991. OLE color: 14586991.

HSL color Cylindrical-coordinate representation of color #6F94DE: hue angle of 220º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F94DE is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 148 222 -
CMYK 0.5 0.33 0 0.13
HSL 220º 0.63% 0.65% -
HSV(B) 220º 0.5% 0.87% -
XYZ 30.33 29.83 73.27 -
YUV 145.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 111 148 222 0.5 0.33 0 0.13 220 0.63 0.65
Hex 6F 94 DE 32 21 0 D DC 3F 41
Octal 157 224 336 62 41 0 15 334 77 101
Binary 1101111 10010100 11011110 110010 100001 0 1101 11011100 111111 1000001

Color Harmonies of #6F94DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F94DE

Black with #6F94DE

Text Example


Text Example

White with #6F94DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,222); }

 H1.HeaderClassName
 {
   color: #6F94DE;
 }
 .AnyTagClassName
 {
   color: #6F94DE;
 }
</style>

background-color css

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

 a { background-color: rgb(111,148,222); }

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

border-color css

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

 span { border-color: rgb(111,148,222); }

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