Html Css Color HEX #607BB6 Havelock Blue

📋 copy color: '#607BB6'

red 96 ◦ green 123 ◦ blue 182

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

Shades of Havelock Blue #607BB6

Tints of Havelock Blue #607BB6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 182 (71.48% from 255) = 45.39%

R = 23.94%
G = 30.67%
B = 45.39%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#607BB6 (or 0x607BB6) is known color: Havelock Blue. HEX triplet: 60, 7B and B6. RGB value is (96,123,182). Sum of RGB (Red+Green+Blue) = 96+123+182=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #607BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BB6 is #9F8449. Grayscale: #797979. Windows color (decimal): -10454090 or 11959136. OLE color: 11959136.

HSL color Cylindrical-coordinate representation of color #607BB6: hue angle of 221.16º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #607BB6 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 123 182 -
CMYK 0.47 0.32 0 0.29
HSL 221.16º 0.37% 0.55% -
HSV(B) 221.16º 0.47% 0.71% -
XYZ 20.35 20.03 47.05 -
YUV 121.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 96 123 182 0.47 0.32 0 0.29 221.16 0.37 0.55
Hex 60 7B B6 2F 20 0 1D DD 25 37
Octal 140 173 266 57 40 0 35 335 45 67
Binary 1100000 1111011 10110110 101111 100000 0 11101 11011101 100101 110111

Color Harmonies of #607BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BB6

Black with #607BB6

Text Example


Text Example

White with #607BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,123,182); }

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

background-color css

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

 a { background-color: rgb(96,123,182); }

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

border-color css

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

 span { border-color: rgb(96,123,182); }

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