Html Css Color HEX #697ECF Havelock Blue

📋 copy color: '#697ECF'

red 105 ◦ green 126 ◦ blue 207

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

Shades of Havelock Blue #697ECF

Tints of Havelock Blue #697ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 23.97%
G = 28.77%
B = 47.26%

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

#697ECF (or 0x697ECF) is known color: Havelock Blue. HEX triplet: 69, 7E and CF. RGB value is (105,126,207). Sum of RGB (Red+Green+Blue) = 105+126+207=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #697ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ECF is #968130. Grayscale: #808080. Windows color (decimal): -9863473 or 13598313. OLE color: 13598313.

HSL color Cylindrical-coordinate representation of color #697ECF: hue angle of 227.65º degrees, saturation: 0.52, 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 #697ECF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 126 207 -
CMYK 0.49 0.39 0 0.19
HSL 227.65º 0.52% 0.61% -
HSV(B) 227.65º 0.49% 0.81% -
XYZ 24.55 22.43 62.07 -
YUV 128.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 105 126 207 0.49 0.39 0 0.19 227.65 0.52 0.61
Hex 69 7E CF 31 27 0 13 E4 34 3D
Octal 151 176 317 61 47 0 23 344 64 75
Binary 1101001 1111110 11001111 110001 100111 0 10011 11100100 110100 111101

Color Harmonies of #697ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697ECF

Black with #697ECF

Text Example


Text Example

White with #697ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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