#699DE0

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

Shades of Cornflower Blue #699DE0

Tints of Cornflower Blue #699DE0

Color information

#699DE0 (or 0x699DE0) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9D and E0. RGB value is (105,157,224). Sum of RGB (Red+Green+Blue) = 105+157+224=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #699DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DE0 is #96621F. Grayscale: #949494. Windows color (decimal): -9855520 or 14720361. OLE color: 14720361.

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

Color convert

RGB105157224-
CMYK0.530.3000.12
HSL213.78º65.75%64.51%-
HSV(B)213.78º53.12%87.84%-
XYZ31.3432.575.14-
YUV149.09170.2796.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=21.60%
G=32.30%
B=46.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1051572240.530.3000.12213.7865.7564.51
Hex699DE0351E0Cd64241
Octal1512353406536014326102101
Binary1101001100111011110000011010111110011001101011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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