#699DEA

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

Shades of Cornflower Blue #699DEA

Tints of Cornflower Blue #699DEA

Color information

#699DEA (or 0x699DEA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9D and EA. RGB value is (105,157,234). Sum of RGB (Red+Green+Blue) = 105+157+234=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #699DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DEA is #966215. Grayscale: #959595. Windows color (decimal): -9855510 or 15375721. OLE color: 15375721.

HSL color Cylindrical-coordinate representation of color #699DEA: hue angle of 215.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699DEA is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105157234-
CMYK0.550.3300.08
HSL215.81º75.44%66.47%-
HSV(B)215.81º55.13%91.76%-
XYZ32.7333.0682.5-
YUV150.23175.2795.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=21.17%
G=31.65%
B=47.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051572340.550.3300.08215.8175.4466.47
Hex699DEA372108d84b42
Octal1512353526741010330113102
Binary11010011001110111101010110111100001010001101100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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