Html Css Color HEX #656AB2 Chetwode Blue

📋 copy color: '#656AB2'

red 101 ◦ green 106 ◦ blue 178

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

Shades of Chetwode Blue #656AB2

Tints of Chetwode Blue #656AB2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

 BLUE value IS 178 (69.92% from 255) = 46.23%

R = 26.23%
G = 27.53%
B = 46.23%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#656AB2 (or 0x656AB2) is known color: Chetwode Blue. HEX triplet: 65, 6A and B2. RGB value is (101,106,178). Sum of RGB (Red+Green+Blue) = 101+106+178=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #656AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AB2 is #9A954D. Grayscale: #707070. Windows color (decimal): -10130766 or 11692645. OLE color: 11692645.

HSL color Cylindrical-coordinate representation of color #656AB2: hue angle of 236.1º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #656AB2 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 106 178 -
CMYK 0.43 0.40 0 0.30
HSL 236.1º 0.33% 0.55% -
HSV(B) 236.1º 0.43% 0.7% -
XYZ 18.56 16.29 44.29 -
YUV 112.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 101 106 178 0.43 0.40 0 0.30 236.1 0.33 0.55
Hex 65 6A B2 2B 28 0 1E EC 21 37
Octal 145 152 262 53 50 0 36 354 41 67
Binary 1100101 1101010 10110010 101011 101000 0 11110 11101100 100001 110111

Color Harmonies of #656AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656AB2

Black with #656AB2

Text Example


Text Example

White with #656AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,106,178); }

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

background-color css

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

 a { background-color: rgb(101,106,178); }

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

border-color css

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

 span { border-color: rgb(101,106,178); }

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