#697BE6

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

Shades of Cornflower Blue #697BE6

Tints of Cornflower Blue #697BE6

Color information

#697BE6 (or 0x697BE6) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7B and E6. RGB value is (105,123,230). Sum of RGB (Red+Green+Blue) = 105+123+230=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #697BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BE6 is #968419. Grayscale: #818181. Windows color (decimal): -9864218 or 15104873. OLE color: 15104873.

HSL color Cylindrical-coordinate representation of color #697BE6: hue angle of 231.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #697BE6 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB105123230-
CMYK0.540.4700.10
HSL231.36º71.43%65.69%-
HSV(B)231.36º54.35%90.2%-
XYZ27.1922.8877.85-
YUV129.82184.54110.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.93%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 230 (90.23% from 255) = 50.22%
R=22.93%
G=26.86%
B=50.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1051232300.540.4700.10231.3671.4365.69
Hex697BE6362F0Ae74742
Octal1511733466657012347107102
Binary1101001111101111100110110110101111010101110011110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697BE6; }

 p { color: rgb(105,123,230); }

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

<style>
 a { background-color: #697BE6; }

 a { background-color: rgb(105,123,230); }

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

<style>
 span { border-color: #697BE6; }

 span { border-color: rgb(105,123,230); }

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