Html Css Color HEX #607FAF Havelock Blue

📋 copy color: '#607FAF'

red 96 ◦ green 127 ◦ blue 175

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

Shades of Havelock Blue #607FAF

Tints of Havelock Blue #607FAF

RGB

 RED value IS 96 (37.89% from 255) = 24.12%

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 24.12%
G = 31.91%
B = 43.97%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#607FAF (or 0x607FAF) is known color: Havelock Blue. HEX triplet: 60, 7F and AF. RGB value is (96,127,175). Sum of RGB (Red+Green+Blue) = 96+127+175=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #607FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FAF is #9F8050. Grayscale: #7A7A7A. Windows color (decimal): -10453073 or 11501408. OLE color: 11501408.

HSL color Cylindrical-coordinate representation of color #607FAF: hue angle of 216.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607FAF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 127 175 -
CMYK 0.45 0.27 0 0.31
HSL 216.46º 0.33% 0.53% -
HSV(B) 216.46º 0.45% 0.69% -
XYZ 20.15 20.76 43.5 -
YUV 123.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 96 127 175 0.45 0.27 0 0.31 216.46 0.33 0.53
Hex 60 7F AF 2D 1B 0 1F D8 21 35
Octal 140 177 257 55 33 0 37 330 41 65
Binary 1100000 1111111 10101111 101101 11011 0 11111 11011000 100001 110101

Color Harmonies of #607FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FAF

Black with #607FAF

Text Example


Text Example

White with #607FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607FAF; }

 p { color: rgb(96,127,175); }

 H1.HeaderClassName
 {
   color: #607FAF;
 }
 .AnyTagClassName
 {
   color: #607FAF;
 }
</style>

background-color css

<style>
 a { background-color: #607FAF; }

 a { background-color: rgb(96,127,175); }

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

border-color css

<style>
 span { border-color: #607FAF; }

 span { border-color: rgb(96,127,175); }

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