Html Css Color HEX #656BA5 Chetwode Blue

📋 copy color: '#656BA5'

red 101 ◦ green 107 ◦ blue 165

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

Shades of Chetwode Blue #656BA5

Tints of Chetwode Blue #656BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 27.08%
G = 28.69%
B = 44.24%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#656BA5 (or 0x656BA5) is known color: Chetwode Blue. HEX triplet: 65, 6B and A5. RGB value is (101,107,165). Sum of RGB (Red+Green+Blue) = 101+107+165=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #656BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656BA5 is #9A945A. Grayscale: #6F6F6F. Windows color (decimal): -10130523 or 10840933. OLE color: 10840933.

HSL color Cylindrical-coordinate representation of color #656BA5: hue angle of 234.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #656BA5 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 107 165 -
CMYK 0.39 0.35 0 0.35
HSL 234.38º 0.26% 0.52% -
HSV(B) 234.38º 0.39% 0.65% -
XYZ 17.42 16 37.77 -
YUV 111.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 101 107 165 0.39 0.35 0 0.35 234.38 0.26 0.52
Hex 65 6B A5 27 23 0 23 EA 1A 34
Octal 145 153 245 47 43 0 43 352 32 64
Binary 1100101 1101011 10100101 100111 100011 0 100011 11101010 11010 110100

Color Harmonies of #656BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656BA5

Black with #656BA5

Text Example


Text Example

White with #656BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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