Html Css Color HEX #697DCE Havelock Blue

📋 copy color: '#697DCE'

red 105 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #697DCE

Tints of Havelock Blue #697DCE

RGB

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

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

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

R = 24.08%
G = 28.67%
B = 47.25%

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

#697DCE (or 0x697DCE) is known color: Havelock Blue. HEX triplet: 69, 7D and CE. RGB value is (105,125,206). Sum of RGB (Red+Green+Blue) = 105+125+206=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #697DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DCE is #968231. Grayscale: #7F7F7F. Windows color (decimal): -9863730 or 13532521. OLE color: 13532521.

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

Color convert

RGB 105 125 206 -
CMYK 0.49 0.39 0 0.19
HSL 228.12º 0.51% 0.61% -
HSV(B) 228.12º 0.49% 0.81% -
XYZ 24.3 22.13 61.38 -
YUV 128.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 105 125 206 0.49 0.39 0 0.19 228.12 0.51 0.61
Hex 69 7D CE 31 27 0 13 E4 33 3D
Octal 151 175 316 61 47 0 23 344 63 75
Binary 1101001 1111101 11001110 110001 100111 0 10011 11100100 110011 111101

Color Harmonies of #697DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DCE

Black with #697DCE

Text Example


Text Example

White with #697DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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