Html Css Color HEX #607EAE Havelock Blue

📋 copy color: '#607EAE'

red 96 ◦ green 126 ◦ blue 174

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

Shades of Havelock Blue #607EAE

Tints of Havelock Blue #607EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 24.24%
G = 31.82%
B = 43.94%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#607EAE (or 0x607EAE) is known color: Havelock Blue. HEX triplet: 60, 7E and AE. RGB value is (96,126,174). Sum of RGB (Red+Green+Blue) = 96+126+174=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #607EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EAE is #9F8151. Grayscale: #7A7A7A. Windows color (decimal): -10453330 or 11435616. OLE color: 11435616.

HSL color Cylindrical-coordinate representation of color #607EAE: hue angle of 216.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607EAE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 126 174 -
CMYK 0.45 0.28 0 0.32
HSL 216.92º 0.33% 0.53% -
HSV(B) 216.92º 0.45% 0.68% -
XYZ 19.92 20.46 42.94 -
YUV 122.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 96 126 174 0.45 0.28 0 0.32 216.92 0.33 0.53
Hex 60 7E AE 2D 1C 0 20 D9 20 35
Octal 140 176 256 55 34 0 40 331 40 65
Binary 1100000 1111110 10101110 101101 11100 0 100000 11011001 100000 110101

Color Harmonies of #607EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EAE

Black with #607EAE

Text Example


Text Example

White with #607EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,126,174); }

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

background-color css

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

 a { background-color: rgb(96,126,174); }

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

border-color css

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

 span { border-color: rgb(96,126,174); }

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