#699AE4

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

Shades of Cornflower Blue #699AE4

Tints of Cornflower Blue #699AE4

Color information

#699AE4 (or 0x699AE4) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9A and E4. RGB value is (105,154,228). Sum of RGB (Red+Green+Blue) = 105+154+228=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #699AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699AE4 is #96651B. Grayscale: #939393. Windows color (decimal): -9856284 or 14981737. OLE color: 14981737.

HSL color Cylindrical-coordinate representation of color #699AE4: hue angle of 216.1º degrees, saturation: 0.69, 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 #699AE4 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105154228-
CMYK0.540.3200.11
HSL216.1º69.49%65.29%-
HSV(B)216.1º53.95%89.41%-
XYZ31.3831.7277.87-
YUV147.78173.2797.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 228 (89.45% from 255) = 46.82%
R=21.56%
G=31.62%
B=46.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051542280.540.3200.11216.169.4965.29
Hex699AE436200Bd84541
Octal1512323446640013330105101
Binary11010011001101011100100110110100000010111101100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,154,228); }

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

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

 a { background-color: rgb(105,154,228); }

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

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

 span { border-color: rgb(105,154,228); }

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