#699BE3

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

Shades of Cornflower Blue #699BE3

Tints of Cornflower Blue #699BE3

Color information

#699BE3 (or 0x699BE3) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9B and E3. RGB value is (105,155,227). Sum of RGB (Red+Green+Blue) = 105+155+227=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 227 - color contains mainly: blue. Hex color #699BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BE3 is #96641C. Grayscale: #939393. Windows color (decimal): -9856029 or 14916457. OLE color: 14916457.

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

Color convert

RGB105155227-
CMYK0.540.3200.11
HSL215.41º68.54%65.1%-
HSV(B)215.41º53.74%89.02%-
XYZ31.4131.9977.19-
YUV148.26172.4497.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 155 (60.94% from 255) = 31.83%
BLUE value IS 227 (89.06% from 255) = 46.61%
R=21.56%
G=31.83%
B=46.61%

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
Decimal1051552270.540.3200.11215.4168.5465.1
Hex699BE336200Bd74541
Octal1512333436640013327105101
Binary11010011001101111100011110110100000010111101011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,155,227); }

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

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

 a { background-color: rgb(105,155,227); }

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

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

 span { border-color: rgb(105,155,227); }

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