#6682EE

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

Shades of Cornflower Blue #6682EE

Tints of Cornflower Blue #6682EE

Color information

#6682EE (or 0x6682EE) is unknown color: approx Cornflower Blue. HEX triplet: 66, 82 and EE. RGB value is (102,130,238). Sum of RGB (Red+Green+Blue) = 102+130+238=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #6682EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6682EE is #997D11. Grayscale: #858585. Windows color (decimal): -10059026 or 15630950. OLE color: 15630950.

HSL color Cylindrical-coordinate representation of color #6682EE: hue angle of 227.65º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6682EE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102130238-
CMYK0.570.4500.07
HSL227.65º80%66.67%-
HSV(B)227.65º57.14%93.33%-
XYZ28.8924.9684.18-
YUV133.94186.72105.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.70%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 238 (93.36% from 255) = 50.64%
R=21.70%
G=27.66%
B=50.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021302380.570.4500.07227.658066.67
Hex6682EE392D07e45043
Octal146202356715507344120103
Binary1100110100000101110111011100110110101111110010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6682EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6682EE; }

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

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

<style>
 a { background-color: #6682EE; }

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

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

<style>
 span { border-color: #6682EE; }

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

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