Html Css Color HEX #6566AB Chetwode Blue

📋 copy color: '#6566AB'

red 101 ◦ green 102 ◦ blue 171

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

Shades of Chetwode Blue #6566AB

Tints of Chetwode Blue #6566AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 27.01%
G = 27.27%
B = 45.72%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6566AB (or 0x6566AB) is known color: Chetwode Blue. HEX triplet: 65, 66 and AB. RGB value is (101,102,171). Sum of RGB (Red+Green+Blue) = 101+102+171=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6566AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6566AB is #9A9954. Grayscale: #6D6D6D. Windows color (decimal): -10131797 or 11232869. OLE color: 11232869.

HSL color Cylindrical-coordinate representation of color #6566AB: hue angle of 239.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6566AB is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 102 171 -
CMYK 0.41 0.40 0 0.33
HSL 239.14º 0.29% 0.53% -
HSV(B) 239.14º 0.41% 0.67% -
XYZ 17.47 15.21 40.54 -
YUV 109.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 101 102 171 0.41 0.40 0 0.33 239.14 0.29 0.53
Hex 65 66 AB 29 28 0 21 EF 1D 35
Octal 145 146 253 51 50 0 41 357 35 65
Binary 1100101 1100110 10101011 101001 101000 0 100001 11101111 11101 110101

Color Harmonies of #6566AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6566AB

Black with #6566AB

Text Example


Text Example

White with #6566AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6566AB; }

 p { color: rgb(101,102,171); }

 H1.HeaderClassName
 {
   color: #6566AB;
 }
 .AnyTagClassName
 {
   color: #6566AB;
 }
</style>

background-color css

<style>
 a { background-color: #6566AB; }

 a { background-color: rgb(101,102,171); }

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

border-color css

<style>
 span { border-color: #6566AB; }

 span { border-color: rgb(101,102,171); }

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