Html Css Color HEX #6F94FF Cornflower Blue

📋 copy color: '#6F94FF'

red 111 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #6F94FF

Tints of Cornflower Blue #6F94FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 21.6%
G = 28.79%
B = 49.61%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F94FF (or 0x6F94FF) is known color: Cornflower Blue. HEX triplet: 6F, 94 and FF. RGB value is (111,148,255). Sum of RGB (Red+Green+Blue) = 111+148+255=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F94FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F94FF is #906B00. Grayscale: #949494. Windows color (decimal): -9464577 or 16749679. OLE color: 16749679.

HSL color Cylindrical-coordinate representation of color #6F94FF: hue angle of 224.58º 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 #6F94FF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 148 255 -
CMYK 0.56 0.42 0 0
HSL 224.58º 1% 0.72% -
HSV(B) 224.58º 0.56% 1% -
XYZ 35.2 31.78 98.89 -
YUV 149.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 111 148 255 0.56 0.42 0 0 224.58 1 0.72
Hex 6F 94 FF 38 2A 0 0 E1 64 48
Octal 157 224 377 70 52 0 0 341 144 110
Binary 1101111 10010100 11111111 111000 101010 0 0 11100001 1100100 1001000

Color Harmonies of #6F94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F94FF

Black with #6F94FF

Text Example


Text Example

White with #6F94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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