#699bdf

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

Shades of Cornflower Blue #699BDF

Tints of Cornflower Blue #699BDF

Color information

#699BDF (or 0x699BDF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9B and DF. RGB value is (105,155,223). Sum of RGB (Red+Green+Blue) = 105+155+223=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #699BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BDF is #966420. Grayscale: #939393. Windows color (decimal): -9856033 or 14654313. OLE color: 14654313.

HSL color Cylindrical-coordinate representation of color #699BDF: hue angle of 214.58º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699BDF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105155223-
CMYK0.530.3000.13
HSL214.58º64.84%64.31%-
HSV(B)214.58º52.91%87.45%-
XYZ30.8731.7774.32-
YUV147.8170.4497.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=21.74%
G=32.09%
B=46.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051552230.530.3000.13214.5864.8464.31
Hex699BDF351E0Dd74140
Octal1512333376536015327101100
Binary1101001100110111101111111010111110011011101011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699bdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,155,223); }

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

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

 a { background-color: rgb(105,155,223); }

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

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

 span { border-color: rgb(105,155,223); }

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