#697ceb

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

Shades of Cornflower Blue #697CEB

Tints of Cornflower Blue #697CEB

Color information

#697CEB (or 0x697CEB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7C and EB. RGB value is (105,124,235). Sum of RGB (Red+Green+Blue) = 105+124+235=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #697CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CEB is #968314. Grayscale: #828282. Windows color (decimal): -9863957 or 15432809. OLE color: 15432809.

HSL color Cylindrical-coordinate representation of color #697CEB: hue angle of 231.23º 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 #697CEB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105124235-
CMYK0.550.4700.08
HSL231.23º76.47%66.67%-
HSV(B)231.23º55.32%92.16%-
XYZ28.0323.4281.64-
YUV130.97186.71109.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 235 (92.19% from 255) = 50.65%
R=22.63%
G=26.72%
B=50.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051242350.550.4700.08231.2376.4766.67
Hex697CEB372F08e74c43
Octal1511743536757010347114103
Binary1101001111110011101011110111101111010001110011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697ceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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