#6682F9

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

Shades of Cornflower Blue #6682F9

Tints of Cornflower Blue #6682F9

Color information

#6682F9 (or 0x6682F9) is unknown color: approx Cornflower Blue. HEX triplet: 66, 82 and F9. RGB value is (102,130,249). Sum of RGB (Red+Green+Blue) = 102+130+249=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #6682F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6682F9 is #997D06. Grayscale: #868686. Windows color (decimal): -10059015 or 16351846. OLE color: 16351846.

HSL color Cylindrical-coordinate representation of color #6682F9: hue angle of 228.57º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6682F9 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102130249-
CMYK0.590.4800.02
HSL228.57º92.45%68.82%-
HSV(B)228.57º59.04%97.65%-
XYZ30.5625.6392.96-
YUV135.19192.22104.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=21.21%
G=27.03%
B=51.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021302490.590.4800.02228.5792.4568.82
Hex6682F93B3002e55c45
Octal146202371736002345134105
Binary110011010000010111110011110111100000101110010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6682F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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