#7699F6

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

Shades of Cornflower Blue #7699F6

Tints of Cornflower Blue #7699F6

Color information

#7699F6 (or 0x7699F6) is unknown color: approx Cornflower Blue. HEX triplet: 76, 99 and F6. RGB value is (118,153,246). Sum of RGB (Red+Green+Blue) = 118+153+246=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #7699F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7699F6 is #896609. Grayscale: #989898. Windows color (decimal): -9004554 or 16161142. OLE color: 16161142.

HSL color Cylindrical-coordinate representation of color #7699F6: hue angle of 223.59º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7699F6 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118153246-
CMYK0.520.3800.04
HSL223.59º87.67%71.37%-
HSV(B)223.59º52.03%96.47%-
XYZ35.533.2991.74-
YUV153.14180.4102.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.82%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 246 (96.48% from 255) = 47.58%
R=22.82%
G=29.59%
B=47.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181532460.520.3800.04223.5987.6771.37
Hex7699F6342604e05847
Octal166231366644604340130107
Binary1110110100110011111011011010010011001001110000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7699F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7699F6; }

 p { color: rgb(118,153,246); }

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

<style>
 a { background-color: #7699F6; }

 a { background-color: rgb(118,153,246); }

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

<style>
 span { border-color: #7699F6; }

 span { border-color: rgb(118,153,246); }

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