Html Css Color HEX #607ABF Havelock Blue

📋 copy color: '#607ABF'

red 96 ◦ green 122 ◦ blue 191

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

Shades of Havelock Blue #607ABF

Tints of Havelock Blue #607ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 23.47%
G = 29.83%
B = 46.7%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#607ABF (or 0x607ABF) is known color: Havelock Blue. HEX triplet: 60, 7A and BF. RGB value is (96,122,191). Sum of RGB (Red+Green+Blue) = 96+122+191=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #607ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ABF is #9F8540. Grayscale: #797979. Windows color (decimal): -10454337 or 12548704. OLE color: 12548704.

HSL color Cylindrical-coordinate representation of color #607ABF: hue angle of 223.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607ABF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 122 191 -
CMYK 0.50 0.36 0 0.25
HSL 223.58º 0.43% 0.56% -
HSV(B) 223.58º 0.5% 0.75% -
XYZ 21.19 20.17 52.07 -
YUV 122.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 96 122 191 0.50 0.36 0 0.25 223.58 0.43 0.56
Hex 60 7A BF 32 24 0 19 E0 2B 38
Octal 140 172 277 62 44 0 31 340 53 70
Binary 1100000 1111010 10111111 110010 100100 0 11001 11100000 101011 111000

Color Harmonies of #607ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607ABF

Black with #607ABF

Text Example


Text Example

White with #607ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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