#699EFC

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

Shades of Cornflower Blue #699EFC

Tints of Cornflower Blue #699EFC

Color information

#699EFC (or 0x699EFC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9E and FC. RGB value is (105,158,252). Sum of RGB (Red+Green+Blue) = 105+158+252=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #699EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EFC is #966103. Grayscale: #989898. Windows color (decimal): -9855236 or 16555625. OLE color: 16555625.

HSL color Cylindrical-coordinate representation of color #699EFC: hue angle of 218.37º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699EFC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105158252-
CMYK0.580.3700.01
HSL218.37º96.08%70%-
HSV(B)218.37º58.33%98.82%-
XYZ35.6234.4996.87-
YUV152.87183.9493.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.39%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=20.39%
G=30.68%
B=48.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051582520.580.3700.01218.3796.0870
Hex699EFC3A2501da6046
Octal151236374724501332140106
Binary11010011001111011111100111010100101011101101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699EFC; }

 p { color: rgb(105,158,252); }

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

<style>
 a { background-color: #699EFC; }

 a { background-color: rgb(105,158,252); }

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

<style>
 span { border-color: #699EFC; }

 span { border-color: rgb(105,158,252); }

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