Html Css Color HEX #6F9FEA Cornflower Blue

📋 copy color: '#6F9FEA'

red 111 ◦ green 159 ◦ blue 234

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

Shades of Cornflower Blue #6F9FEA

Tints of Cornflower Blue #6F9FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 22.02%
G = 31.55%
B = 46.43%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F9FEA (or 0x6F9FEA) is known color: Cornflower Blue. HEX triplet: 6F, 9F and EA. RGB value is (111,159,234). Sum of RGB (Red+Green+Blue) = 111+159+234=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F9FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9FEA is #906015. Grayscale: #989898. Windows color (decimal): -9461782 or 15376239. OLE color: 15376239.

HSL color Cylindrical-coordinate representation of color #6F9FEA: hue angle of 216.59º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F9FEA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 159 234 -
CMYK 0.53 0.32 0 0.08
HSL 216.59º 0.75% 0.68% -
HSV(B) 216.59º 0.53% 0.92% -
XYZ 33.8 34.12 82.65 -
YUV 153.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 111 159 234 0.53 0.32 0 0.08 216.59 0.75 0.68
Hex 6F 9F EA 35 20 0 8 D9 4B 44
Octal 157 237 352 65 40 0 10 331 113 104
Binary 1101111 10011111 11101010 110101 100000 0 1000 11011001 1001011 1000100

Color Harmonies of #6F9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9FEA

Black with #6F9FEA

Text Example


Text Example

White with #6F9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,159,234); }

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

background-color css

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

 a { background-color: rgb(111,159,234); }

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

border-color css

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

 span { border-color: rgb(111,159,234); }

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