Html Css Color HEX #607DCB Havelock Blue

📋 copy color: '#607DCB'

red 96 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #607DCB

Tints of Havelock Blue #607DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 22.64%
G = 29.48%
B = 47.88%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#607DCB (or 0x607DCB) is known color: Havelock Blue. HEX triplet: 60, 7D and CB. RGB value is (96,125,203). Sum of RGB (Red+Green+Blue) = 96+125+203=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #607DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DCB is #9F8234. Grayscale: #7C7C7C. Windows color (decimal): -10453557 or 13335904. OLE color: 13335904.

HSL color Cylindrical-coordinate representation of color #607DCB: hue angle of 223.74º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607DCB is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 125 203 -
CMYK 0.53 0.38 0 0.20
HSL 223.74º 0.51% 0.59% -
HSV(B) 223.74º 0.53% 0.8% -
XYZ 22.94 21.47 59.43 -
YUV 125.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 96 125 203 0.53 0.38 0 0.20 223.74 0.51 0.59
Hex 60 7D CB 35 26 0 14 E0 33 3B
Octal 140 175 313 65 46 0 24 340 63 73
Binary 1100000 1111101 11001011 110101 100110 0 10100 11100000 110011 111011

Color Harmonies of #607DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DCB

Black with #607DCB

Text Example


Text Example

White with #607DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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