Html Css Color HEX #656B9D Chetwode Blue

📋 copy color: '#656B9D'

red 101 ◦ green 107 ◦ blue 157

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

Shades of Chetwode Blue #656B9D

Tints of Chetwode Blue #656B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 27.67%
G = 29.32%
B = 43.01%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#656B9D (or 0x656B9D) is known color: Chetwode Blue. HEX triplet: 65, 6B and 9D. RGB value is (101,107,157). Sum of RGB (Red+Green+Blue) = 101+107+157=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #656B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656B9D is #9A9462. Grayscale: #6E6E6E. Windows color (decimal): -10130531 or 10316645. OLE color: 10316645.

HSL color Cylindrical-coordinate representation of color #656B9D: hue angle of 233.57º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656B9D is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 107 157 -
CMYK 0.36 0.32 0 0.38
HSL 233.57º 0.22% 0.51% -
HSV(B) 233.57º 0.36% 0.62% -
XYZ 16.71 15.72 34.05 -
YUV 110.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 101 107 157 0.36 0.32 0 0.38 233.57 0.22 0.51
Hex 65 6B 9D 24 20 0 26 EA 16 33
Octal 145 153 235 44 40 0 46 352 26 63
Binary 1100101 1101011 10011101 100100 100000 0 100110 11101010 10110 110011

Color Harmonies of #656B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656B9D

Black with #656B9D

Text Example


Text Example

White with #656B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656B9D; }

 p { color: rgb(101,107,157); }

 H1.HeaderClassName
 {
   color: #656B9D;
 }
 .AnyTagClassName
 {
   color: #656B9D;
 }
</style>

background-color css

<style>
 a { background-color: #656B9D; }

 a { background-color: rgb(101,107,157); }

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

border-color css

<style>
 span { border-color: #656B9D; }

 span { border-color: rgb(101,107,157); }

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