#699DFC

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

Shades of Cornflower Blue #699DFC

Tints of Cornflower Blue #699DFC

Color information

#699DFC (or 0x699DFC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9D and FC. RGB value is (105,157,252). Sum of RGB (Red+Green+Blue) = 105+157+252=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #699DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DFC is #966203. Grayscale: #979797. Windows color (decimal): -9855492 or 16555369. OLE color: 16555369.

HSL color Cylindrical-coordinate representation of color #699DFC: hue angle of 218.78º 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 #699DFC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105157252-
CMYK0.580.3800.01
HSL218.78º96.08%70%-
HSV(B)218.78º58.33%98.82%-
XYZ35.4534.1596.82-
YUV152.28184.2794.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.43%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=20.43%
G=30.54%
B=49.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051572520.580.3800.01218.7896.0870
Hex699DFC3A2601db6046
Octal151235374724601333140106
Binary11010011001110111111100111010100110011101101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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