#699DE5

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

Shades of Cornflower Blue #699DE5

Tints of Cornflower Blue #699DE5

Color information

#699DE5 (or 0x699DE5) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9D and E5. RGB value is (105,157,229). Sum of RGB (Red+Green+Blue) = 105+157+229=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #699DE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DE5 is #96621A. Grayscale: #959595. Windows color (decimal): -9855515 or 15048041. OLE color: 15048041.

HSL color Cylindrical-coordinate representation of color #699DE5: hue angle of 214.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699DE5 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB105157229-
CMYK0.540.3100.10
HSL214.84º70.45%65.49%-
HSV(B)214.84º54.15%89.8%-
XYZ32.0332.7778.77-
YUV149.66172.7796.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.38%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 229 (89.84% from 255) = 46.64%
R=21.38%
G=31.98%
B=46.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1051572290.540.3100.10214.8470.4565.49
Hex699DE5361F0Ad74641
Octal1512353456637012327106101
Binary1101001100111011110010111011011111010101101011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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