Html Css Color HEX #6F9CE6 Cornflower Blue

📋 copy color: '#6F9CE6'

red 111 ◦ green 156 ◦ blue 230

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

Shades of Cornflower Blue #6F9CE6

Tints of Cornflower Blue #6F9CE6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.39%

 BLUE value IS 230 (90.23% from 255) = 46.28%

R = 22.33%
G = 31.39%
B = 46.28%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6F9CE6 (or 0x6F9CE6) is known color: Cornflower Blue. HEX triplet: 6F, 9C and E6. RGB value is (111,156,230). Sum of RGB (Red+Green+Blue) = 111+156+230=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F9CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CE6 is #906319. Grayscale: #969696. Windows color (decimal): -9462554 or 15113327. OLE color: 15113327.

HSL color Cylindrical-coordinate representation of color #6F9CE6: hue angle of 217.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F9CE6 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 156 230 -
CMYK 0.52 0.32 0 0.10
HSL 217.31º 0.7% 0.67% -
HSV(B) 217.31º 0.52% 0.9% -
XYZ 32.73 32.87 79.48 -
YUV 150.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 111 156 230 0.52 0.32 0 0.10 217.31 0.7 0.67
Hex 6F 9C E6 34 20 0 A D9 46 43
Octal 157 234 346 64 40 0 12 331 106 103
Binary 1101111 10011100 11100110 110100 100000 0 1010 11011001 1000110 1000011

Color Harmonies of #6F9CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9CE6

Black with #6F9CE6

Text Example


Text Example

White with #6F9CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,156,230); }

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

background-color css

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

 a { background-color: rgb(111,156,230); }

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

border-color css

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

 span { border-color: rgb(111,156,230); }

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