Html Css Color HEX #607DBF Havelock Blue

📋 copy color: '#607DBF'

red 96 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #607DBF

Tints of Havelock Blue #607DBF

RGB

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

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

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

R = 23.3%
G = 30.34%
B = 46.36%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#607DBF (or 0x607DBF) is known color: Havelock Blue. HEX triplet: 60, 7D and BF. RGB value is (96,125,191). Sum of RGB (Red+Green+Blue) = 96+125+191=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #607DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DBF is #9F8240. Grayscale: #7B7B7B. Windows color (decimal): -10453569 or 12549472. OLE color: 12549472.

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

Color convert

RGB 96 125 191 -
CMYK 0.50 0.35 0 0.25
HSL 221.68º 0.43% 0.56% -
HSV(B) 221.68º 0.5% 0.75% -
XYZ 21.56 20.92 52.19 -
YUV 123.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 96 125 191 0.50 0.35 0 0.25 221.68 0.43 0.56
Hex 60 7D BF 32 23 0 19 DE 2B 38
Octal 140 175 277 62 43 0 31 336 53 70
Binary 1100000 1111101 10111111 110010 100011 0 11001 11011110 101011 111000

Color Harmonies of #607DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DBF

Black with #607DBF

Text Example


Text Example

White with #607DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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