Html Css Color HEX #607DBB Havelock Blue

📋 copy color: '#607DBB'

red 96 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #607DBB

Tints of Havelock Blue #607DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 23.53%
G = 30.64%
B = 45.83%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#607DBB (or 0x607DBB) is known color: Havelock Blue. HEX triplet: 60, 7D and BB. RGB value is (96,125,187). Sum of RGB (Red+Green+Blue) = 96+125+187=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #607DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DBB is #9F8244. Grayscale: #7B7B7B. Windows color (decimal): -10453573 or 12287328. OLE color: 12287328.

HSL color Cylindrical-coordinate representation of color #607DBB: hue angle of 220.88º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607DBB is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 125 187 -
CMYK 0.49 0.33 0 0.27
HSL 220.88º 0.4% 0.55% -
HSV(B) 220.88º 0.49% 0.73% -
XYZ 21.13 20.74 49.9 -
YUV 123.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 96 125 187 0.49 0.33 0 0.27 220.88 0.4 0.55
Hex 60 7D BB 31 21 0 1B DD 28 37
Octal 140 175 273 61 41 0 33 335 50 67
Binary 1100000 1111101 10111011 110001 100001 0 11011 11011101 101000 110111

Color Harmonies of #607DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DBB

Black with #607DBB

Text Example


Text Example

White with #607DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,125,187); }

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

background-color css

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

 a { background-color: rgb(96,125,187); }

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

border-color css

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

 span { border-color: rgb(96,125,187); }

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