Html Css Color HEX #697ECE Havelock Blue

📋 copy color: '#697ECE'

red 105 ◦ green 126 ◦ blue 206

#697ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #697ECE

Tints of Havelock Blue #697ECE

RGB

 RED value IS 105 (41.41% from 255) = 24.03%

 GREEN value IS 126 (49.61% from 255) = 28.83%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 24.03%
G = 28.83%
B = 47.14%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#697ECE (or 0x697ECE) is known color: Havelock Blue. HEX triplet: 69, 7E and CE. RGB value is (105,126,206). Sum of RGB (Red+Green+Blue) = 105+126+206=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #697ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ECE is #968131. Grayscale: #808080. Windows color (decimal): -9863474 or 13532777. OLE color: 13532777.

HSL color Cylindrical-coordinate representation of color #697ECE: hue angle of 227.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #697ECE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 126 206 -
CMYK 0.49 0.39 0 0.19
HSL 227.52º 0.51% 0.61% -
HSV(B) 227.52º 0.49% 0.81% -
XYZ 24.43 22.38 61.43 -
YUV 128.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 105 126 206 0.49 0.39 0 0.19 227.52 0.51 0.61
Hex 69 7E CE 31 27 0 13 E4 33 3D
Octal 151 176 316 61 47 0 23 344 63 75
Binary 1101001 1111110 11001110 110001 100111 0 10011 11100100 110011 111101

Color Harmonies of #697ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697ECE

Black with #697ECE

Text Example


Text Example

White with #697ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,126,206); }

 H1.HeaderClassName
 {
   color: #697ECE;
 }
 .AnyTagClassName
 {
   color: #697ECE;
 }
</style>

background-color css

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

 a { background-color: rgb(105,126,206); }

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

border-color css

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

 span { border-color: rgb(105,126,206); }

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