Html Css Color HEX #607ABD Havelock Blue

📋 copy color: '#607ABD'

red 96 ◦ green 122 ◦ blue 189

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

Shades of Havelock Blue #607ABD

Tints of Havelock Blue #607ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.98%

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 23.59%
G = 29.98%
B = 46.44%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#607ABD (or 0x607ABD) is known color: Havelock Blue. HEX triplet: 60, 7A and BD. RGB value is (96,122,189). Sum of RGB (Red+Green+Blue) = 96+122+189=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #607ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ABD is #9F8542. Grayscale: #797979. Windows color (decimal): -10454339 or 12417632. OLE color: 12417632.

HSL color Cylindrical-coordinate representation of color #607ABD: hue angle of 223.23º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607ABD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 122 189 -
CMYK 0.49 0.35 0 0.26
HSL 223.23º 0.41% 0.56% -
HSV(B) 223.23º 0.49% 0.74% -
XYZ 20.97 20.08 50.91 -
YUV 121.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 96 122 189 0.49 0.35 0 0.26 223.23 0.41 0.56
Hex 60 7A BD 31 23 0 1A DF 29 38
Octal 140 172 275 61 43 0 32 337 51 70
Binary 1100000 1111010 10111101 110001 100011 0 11010 11011111 101001 111000

Color Harmonies of #607ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607ABD

Black with #607ABD

Text Example


Text Example

White with #607ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,122,189); }

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

background-color css

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

 a { background-color: rgb(96,122,189); }

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

border-color css

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

 span { border-color: rgb(96,122,189); }

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