Html Css Color HEX #697DCF Havelock Blue

📋 copy color: '#697DCF'

red 105 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #697DCF

Tints of Havelock Blue #697DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.6%

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

R = 24.03%
G = 28.6%
B = 47.37%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#697DCF (or 0x697DCF) is known color: Havelock Blue. HEX triplet: 69, 7D and CF. RGB value is (105,125,207). Sum of RGB (Red+Green+Blue) = 105+125+207=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #697DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DCF is #968230. Grayscale: #808080. Windows color (decimal): -9863729 or 13598057. OLE color: 13598057.

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

Color convert

RGB 105 125 207 -
CMYK 0.49 0.40 0 0.19
HSL 228.24º 0.52% 0.61% -
HSV(B) 228.24º 0.49% 0.81% -
XYZ 24.42 22.18 62.02 -
YUV 128.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 105 125 207 0.49 0.40 0 0.19 228.24 0.52 0.61
Hex 69 7D CF 31 28 0 13 E4 34 3D
Octal 151 175 317 61 50 0 23 344 64 75
Binary 1101001 1111101 11001111 110001 101000 0 10011 11100100 110100 111101

Color Harmonies of #697DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DCF

Black with #697DCF

Text Example


Text Example

White with #697DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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