#699FEB

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

Shades of Cornflower Blue #699FEB

Tints of Cornflower Blue #699FEB

Color information

#699FEB (or 0x699FEB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9F and EB. RGB value is (105,159,235). Sum of RGB (Red+Green+Blue) = 105+159+235=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #699FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FEB is #966014. Grayscale: #979797. Windows color (decimal): -9854997 or 15441769. OLE color: 15441769.

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

Color convert

RGB105159235-
CMYK0.550.3200.08
HSL215.08º76.47%66.67%-
HSV(B)215.08º55.32%92.16%-
XYZ33.2233.883.37-
YUV151.52175.1194.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.04%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=21.04%
G=31.86%
B=47.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051592350.550.3200.08215.0876.4766.67
Hex699FEB372008d74c43
Octal1512373536740010327114103
Binary11010011001111111101011110111100000010001101011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,159,235); }

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

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

 a { background-color: rgb(105,159,235); }

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

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

 span { border-color: rgb(105,159,235); }

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