Html Css Color HEX #657DBE Havelock Blue

📋 copy color: '#657DBE'

red 101 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #657DBE

Tints of Havelock Blue #657DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 24.28%
G = 30.05%
B = 45.67%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#657DBE (or 0x657DBE) is known color: Havelock Blue. HEX triplet: 65, 7D and BE. RGB value is (101,125,190). Sum of RGB (Red+Green+Blue) = 101+125+190=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #657DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DBE is #9A8241. Grayscale: #7C7C7C. Windows color (decimal): -10125890 or 12483941. OLE color: 12483941.

HSL color Cylindrical-coordinate representation of color #657DBE: hue angle of 223.82º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #657DBE is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 125 190 -
CMYK 0.47 0.34 0 0.25
HSL 223.82º 0.41% 0.57% -
HSV(B) 223.82º 0.47% 0.75% -
XYZ 21.99 21.15 51.64 -
YUV 125.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 101 125 190 0.47 0.34 0 0.25 223.82 0.41 0.57
Hex 65 7D BE 2F 22 0 19 E0 29 39
Octal 145 175 276 57 42 0 31 340 51 71
Binary 1100101 1111101 10111110 101111 100010 0 11001 11100000 101001 111001

Color Harmonies of #657DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657DBE

Black with #657DBE

Text Example


Text Example

White with #657DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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