Html Css Color HEX #607BBD Havelock Blue

📋 copy color: '#607BBD'

red 96 ◦ green 123 ◦ blue 189

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

Shades of Havelock Blue #607BBD

Tints of Havelock Blue #607BBD

RGB

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

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

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

R = 23.53%
G = 30.15%
B = 46.32%

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

#607BBD (or 0x607BBD) is known color: Havelock Blue. HEX triplet: 60, 7B and BD. RGB value is (96,123,189). Sum of RGB (Red+Green+Blue) = 96+123+189=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #607BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BBD is #9F8442. Grayscale: #7A7A7A. Windows color (decimal): -10454083 or 12417888. OLE color: 12417888.

HSL color Cylindrical-coordinate representation of color #607BBD: hue angle of 222.58º 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 #607BBD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 123 189 -
CMYK 0.49 0.35 0 0.26
HSL 222.58º 0.41% 0.56% -
HSV(B) 222.58º 0.49% 0.74% -
XYZ 21.09 20.33 50.96 -
YUV 122.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 96 123 189 0.49 0.35 0 0.26 222.58 0.41 0.56
Hex 60 7B BD 31 23 0 1A DF 29 38
Octal 140 173 275 61 43 0 32 337 51 70
Binary 1100000 1111011 10111101 110001 100011 0 11010 11011111 101001 111000

Color Harmonies of #607BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BBD

Black with #607BBD

Text Example


Text Example

White with #607BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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