#6680F7

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

Shades of Cornflower Blue #6680F7

Tints of Cornflower Blue #6680F7

Color information

#6680F7 (or 0x6680F7) is unknown color: approx Cornflower Blue. HEX triplet: 66, 80 and F7. RGB value is (102,128,247). Sum of RGB (Red+Green+Blue) = 102+128+247=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #6680F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6680F7 is #997F08. Grayscale: #858585. Windows color (decimal): -10059529 or 16220262. OLE color: 16220262.

HSL color Cylindrical-coordinate representation of color #6680F7: hue angle of 229.24º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6680F7 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102128247-
CMYK0.590.4800.03
HSL229.24º90.06%68.43%-
HSV(B)229.24º58.7%96.86%-
XYZ29.9924.9891.24-
YUV133.79191.89105.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 247 (96.88% from 255) = 51.78%
R=21.38%
G=26.83%
B=51.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1021282470.590.4800.03229.2490.0668.43
Hex6680F73B3003e55a44
Octal146200367736003345132104
Binary110011010000000111101111110111100000111110010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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