Html Css Color HEX #657DCC Havelock Blue

📋 copy color: '#657DCC'

red 101 ◦ green 125 ◦ blue 204

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

Shades of Havelock Blue #657DCC

Tints of Havelock Blue #657DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 23.49%
G = 29.07%
B = 47.44%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#657DCC (or 0x657DCC) is known color: Havelock Blue. HEX triplet: 65, 7D and CC. RGB value is (101,125,204). Sum of RGB (Red+Green+Blue) = 101+125+204=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #657DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DCC is #9A8233. Grayscale: #7E7E7E. Windows color (decimal): -10125876 or 13401445. OLE color: 13401445.

HSL color Cylindrical-coordinate representation of color #657DCC: hue angle of 226.02º 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 #657DCC is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 125 204 -
CMYK 0.50 0.39 0 0.2
HSL 226.02º 0.5% 0.6% -
HSV(B) 226.02º 0.5% 0.8% -
XYZ 23.6 21.79 60.09 -
YUV 126.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 101 125 204 0.50 0.39 0 0.2 226.02 0.5 0.6
Hex 65 7D CC 32 27 0 14 E2 32 3C
Octal 145 175 314 62 47 0 24 342 62 74
Binary 1100101 1111101 11001100 110010 100111 0 10100 11100010 110010 111100

Color Harmonies of #657DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657DCC

Black with #657DCC

Text Example


Text Example

White with #657DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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