Html Css Color HEX #657DCB Havelock Blue

📋 copy color: '#657DCB'

red 101 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #657DCB

Tints of Havelock Blue #657DCB

RGB

 RED value IS 101 (39.84% from 255) = 23.54%

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

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

R = 23.54%
G = 29.14%
B = 47.32%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#657DCB (or 0x657DCB) is known color: Havelock Blue. HEX triplet: 65, 7D and CB. RGB value is (101,125,203). Sum of RGB (Red+Green+Blue) = 101+125+203=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #657DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DCB is #9A8234. Grayscale: #7E7E7E. Windows color (decimal): -10125877 or 13335909. OLE color: 13335909.

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

Color convert

RGB 101 125 203 -
CMYK 0.50 0.38 0 0.20
HSL 225.88º 0.5% 0.6% -
HSV(B) 225.88º 0.5% 0.8% -
XYZ 23.48 21.75 59.46 -
YUV 126.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 101 125 203 0.50 0.38 0 0.20 225.88 0.5 0.6
Hex 65 7D CB 32 26 0 14 E2 32 3C
Octal 145 175 313 62 46 0 24 342 62 74
Binary 1100101 1111101 11001011 110010 100110 0 10100 11100010 110010 111100

Color Harmonies of #657DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657DCB

Black with #657DCB

Text Example


Text Example

White with #657DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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