#6680FF

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

Shades of Cornflower Blue #6680FF

Tints of Cornflower Blue #6680FF

Color information

#6680FF (or 0x6680FF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 80 and FF. RGB value is (102,128,255). Sum of RGB (Red+Green+Blue) = 102+128+255=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #6680FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6680FF is #997F00. Grayscale: #868686. Windows color (decimal): -10059521 or 16744550. OLE color: 16744550.

HSL color Cylindrical-coordinate representation of color #6680FF: hue angle of 229.8º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6680FF is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102128255-
CMYK0.60.5000
HSL229.8º100%70%-
HSV(B)229.8º60%100%-
XYZ31.2525.4897.88-
YUV134.7195.89104.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.03%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 255 (100% from 255) = 52.58%
R=21.03%
G=26.39%
B=52.58%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021282550.60.5000229.810070
Hex6680FF3C3200e66446
Octal146200377746200346144106
Binary11001101000000011111111111100110010001110011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6680FF; }

 p { color: rgb(102,128,255); }

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

<style>
 a { background-color: #6680FF; }

 a { background-color: rgb(102,128,255); }

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

<style>
 span { border-color: #6680FF; }

 span { border-color: rgb(102,128,255); }

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