#699CE2

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

Shades of Cornflower Blue #699CE2

Tints of Cornflower Blue #699CE2

Color information

#699CE2 (or 0x699CE2) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9C and E2. RGB value is (105,156,226). Sum of RGB (Red+Green+Blue) = 105+156+226=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #699CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CE2 is #96631D. Grayscale: #949494. Windows color (decimal): -9855774 or 14851177. OLE color: 14851177.

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

Color convert

RGB105156226-
CMYK0.540.3100.11
HSL214.71º67.6%64.9%-
HSV(B)214.71º53.54%88.63%-
XYZ31.4432.2776.52-
YUV148.73171.696.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 226 (88.67% from 255) = 46.41%
R=21.56%
G=32.03%
B=46.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051562260.540.3100.11214.7167.664.9
Hex699CE2361F0Bd74441
Octal1512343426637013327104101
Binary1101001100111001110001011011011111010111101011110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,156,226); }

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

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

 a { background-color: rgb(105,156,226); }

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

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

 span { border-color: rgb(105,156,226); }

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