Html Css Color HEX #697FCC Havelock Blue

📋 copy color: '#697FCC'

red 105 ◦ green 127 ◦ blue 204

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

Shades of Havelock Blue #697FCC

Tints of Havelock Blue #697FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 24.08%
G = 29.13%
B = 46.79%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#697FCC (or 0x697FCC) is known color: Havelock Blue. HEX triplet: 69, 7F and CC. RGB value is (105,127,204). Sum of RGB (Red+Green+Blue) = 105+127+204=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #697FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FCC is #968033. Grayscale: #808080. Windows color (decimal): -9863220 or 13401961. OLE color: 13401961.

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

Color convert

RGB 105 127 204 -
CMYK 0.49 0.38 0 0.2
HSL 226.67º 0.49% 0.61% -
HSV(B) 226.67º 0.49% 0.8% -
XYZ 24.31 22.54 60.2 -
YUV 129.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 105 127 204 0.49 0.38 0 0.2 226.67 0.49 0.61
Hex 69 7F CC 31 26 0 14 E3 31 3D
Octal 151 177 314 61 46 0 24 343 61 75
Binary 1101001 1111111 11001100 110001 100110 0 10100 11100011 110001 111101

Color Harmonies of #697FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FCC

Black with #697FCC

Text Example


Text Example

White with #697FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,127,204); }

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

background-color css

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

 a { background-color: rgb(105,127,204); }

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

border-color css

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

 span { border-color: rgb(105,127,204); }

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