#6C82EE

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

Shades of Cornflower Blue #6C82EE

Tints of Cornflower Blue #6C82EE

Color information

#6C82EE (or 0x6C82EE) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 82 and EE. RGB value is (108,130,238). Sum of RGB (Red+Green+Blue) = 108+130+238=476 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.69% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C82EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C82EE is #937D11. Grayscale: #878787. Windows color (decimal): -9665810 or 15630956. OLE color: 15630956.

HSL color Cylindrical-coordinate representation of color #6C82EE: hue angle of 229.85º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C82EE is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108130238-
CMYK0.550.4500.07
HSL229.85º79.27%67.84%-
HSV(B)229.85º54.62%93.33%-
XYZ29.625.3384.22-
YUV135.73185.71108.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.69%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 238 (93.36% from 255) = 50%
R=22.69%
G=27.31%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081302380.550.4500.07229.8579.2767.84
Hex6C82EE372D07e64f44
Octal154202356675507346117104
Binary1101100100000101110111011011110110101111110011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,130,238); }

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

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

 a { background-color: rgb(108,130,238); }

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

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

 span { border-color: rgb(108,130,238); }

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