Html Css Color HEX #607CAF Havelock Blue

📋 copy color: '#607CAF'

red 96 ◦ green 124 ◦ blue 175

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

Shades of Havelock Blue #607CAF

Tints of Havelock Blue #607CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

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

R = 24.3%
G = 31.39%
B = 44.3%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#607CAF (or 0x607CAF) is known color: Havelock Blue. HEX triplet: 60, 7C and AF. RGB value is (96,124,175). Sum of RGB (Red+Green+Blue) = 96+124+175=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #607CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CAF is #9F8350. Grayscale: #797979. Windows color (decimal): -10453841 or 11500640. OLE color: 11500640.

HSL color Cylindrical-coordinate representation of color #607CAF: hue angle of 218.73º 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 #607CAF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 124 175 -
CMYK 0.45 0.29 0 0.31
HSL 218.73º 0.33% 0.53% -
HSV(B) 218.73º 0.45% 0.69% -
XYZ 19.77 20 43.38 -
YUV 121.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 96 124 175 0.45 0.29 0 0.31 218.73 0.33 0.53
Hex 60 7C AF 2D 1D 0 1F DB 21 35
Octal 140 174 257 55 35 0 37 333 41 65
Binary 1100000 1111100 10101111 101101 11101 0 11111 11011011 100001 110101

Color Harmonies of #607CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CAF

Black with #607CAF

Text Example


Text Example

White with #607CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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