Html Css Color HEX #6FA2F9 Cornflower Blue

📋 copy color: '#6FA2F9'

red 111 ◦ green 162 ◦ blue 249

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

Shades of Cornflower Blue #6FA2F9

Tints of Cornflower Blue #6FA2F9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.03%

 BLUE value IS 249 (97.66% from 255) = 47.7%

R = 21.26%
G = 31.03%
B = 47.7%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FA2F9 (or 0x6FA2F9) is known color: Cornflower Blue. HEX triplet: 6F, A2 and F9. RGB value is (111,162,249). Sum of RGB (Red+Green+Blue) = 111+162+249=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #6FA2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA2F9 is #905D06. Grayscale: #9C9C9C. Windows color (decimal): -9460999 or 16360047. OLE color: 16360047.

HSL color Cylindrical-coordinate representation of color #6FA2F9: hue angle of 217.83º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FA2F9 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 162 249 -
CMYK 0.55 0.35 0 0.02
HSL 217.83º 0.92% 0.71% -
HSV(B) 217.83º 0.55% 0.98% -
XYZ 36.57 36.06 94.66 -
YUV 156.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 111 162 249 0.55 0.35 0 0.02 217.83 0.92 0.71
Hex 6F A2 F9 37 23 0 2 DA 5C 47
Octal 157 242 371 67 43 0 2 332 134 107
Binary 1101111 10100010 11111001 110111 100011 0 10 11011010 1011100 1000111

Color Harmonies of #6FA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA2F9

Black with #6FA2F9

Text Example


Text Example

White with #6FA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,162,249); }

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

background-color css

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

 a { background-color: rgb(111,162,249); }

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

border-color css

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

 span { border-color: rgb(111,162,249); }

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