#6682fe

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

Shades of Cornflower Blue #6682FE

Tints of Cornflower Blue #6682FE

Color information

#6682FE (or 0x6682FE) is unknown color: approx Cornflower Blue. HEX triplet: 66, 82 and FE. RGB value is (102,130,254). Sum of RGB (Red+Green+Blue) = 102+130+254=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #6682FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6682FE is #997D01. Grayscale: #878787. Windows color (decimal): -10059010 or 16679526. OLE color: 16679526.

HSL color Cylindrical-coordinate representation of color #6682FE: hue angle of 228.95º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6682FE is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB102130254-
CMYK0.600.4900.00
HSL228.95º98.7%69.8%-
HSV(B)228.95º59.84%99.61%-
XYZ31.3525.9597.12-
YUV135.76194.72103.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.99%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 254 (99.61% from 255) = 52.26%
R=20.99%
G=26.75%
B=52.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1021302540.600.4900.00228.9598.769.8
Hex6682FE3C3100e56346
Octal146202376746100345143106
Binary11001101000001011111110111100110001001110010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6682fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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