Html Css Color HEX #697ECD Havelock Blue

📋 copy color: '#697ECD'

red 105 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #697ECD

Tints of Havelock Blue #697ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 24.08%
G = 28.9%
B = 47.02%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#697ECD (or 0x697ECD) is known color: Havelock Blue. HEX triplet: 69, 7E and CD. RGB value is (105,126,205). Sum of RGB (Red+Green+Blue) = 105+126+205=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #697ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ECD is #968132. Grayscale: #808080. Windows color (decimal): -9863475 or 13467241. OLE color: 13467241.

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

Color convert

RGB 105 126 205 -
CMYK 0.49 0.39 0 0.20
HSL 227.4º 0.5% 0.61% -
HSV(B) 227.4º 0.49% 0.8% -
XYZ 24.31 22.33 60.79 -
YUV 128.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 105 126 205 0.49 0.39 0 0.20 227.4 0.5 0.61
Hex 69 7E CD 31 27 0 14 E3 32 3D
Octal 151 176 315 61 47 0 24 343 62 75
Binary 1101001 1111110 11001101 110001 100111 0 10100 11100011 110010 111101

Color Harmonies of #697ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697ECD

Black with #697ECD

Text Example


Text Example

White with #697ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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