#6C81EF

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

Shades of Cornflower Blue #6C81EF

Tints of Cornflower Blue #6C81EF

Color information

#6C81EF (or 0x6C81EF) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 81 and EF. RGB value is (108,129,239). Sum of RGB (Red+Green+Blue) = 108+129+239=476 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.69% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C81EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C81EF is #937E10. Grayscale: #868686. Windows color (decimal): -9666065 or 15696236. OLE color: 15696236.

HSL color Cylindrical-coordinate representation of color #6C81EF: hue angle of 230.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C81EF is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB108129239-
CMYK0.550.4600.06
HSL230.38º80.37%68.04%-
HSV(B)230.38º54.81%93.73%-
XYZ29.6125.1284.95-
YUV135.26186.54108.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.69%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=22.69%
G=27.10%
B=50.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1081292390.550.4600.06230.3880.3768.04
Hex6C81EF372E06e65044
Octal154201357675606346120104
Binary1101100100000011110111111011110111001101110011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C81EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,239); }

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

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

 a { background-color: rgb(108,129,239); }

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

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

 span { border-color: rgb(108,129,239); }

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