#6C8FE3

Color #6C8FE3 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6C8FE3

Tints of Cornflower Blue #6C8FE3

Color information

#6C8FE3 (or 0x6C8FE3) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8F and E3. RGB value is (108,143,227). Sum of RGB (Red+Green+Blue) = 108+143+227=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #6C8FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8FE3 is #93701C. Grayscale: #8D8D8D. Windows color (decimal): -9662493 or 14913388. OLE color: 14913388.

HSL color Cylindrical-coordinate representation of color #6C8FE3: hue angle of 222.35º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C8FE3 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB108143227-
CMYK0.520.3700.11
HSL222.35º68%65.69%-
HSV(B)222.35º52.42%89.02%-
XYZ29.8728.3876.58-
YUV142.11175.9103.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 227 (89.06% from 255) = 47.49%
R=22.59%
G=29.92%
B=47.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1081432270.520.3700.11222.356865.69
Hex6C8FE334250Bde4442
Octal1542173436445013336104102
Binary11011001000111111100011110100100101010111101111010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,143,227); }

 H1.HeaderClassName
 {
   color: #6C8FE3;
 }
 .AnyTagClassName
 {
   color: #6C8FE3;
 }
</style>
background-color css

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

 a { background-color: rgb(108,143,227); }

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

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

 span { border-color: rgb(108,143,227); }

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