Html Css Color HEX #6566AA Chetwode Blue

📋 copy color: '#6566AA'

red 101 ◦ green 102 ◦ blue 170

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

Shades of Chetwode Blue #6566AA

Tints of Chetwode Blue #6566AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 27.08%
G = 27.35%
B = 45.58%

CMYK

 C value IS 0.41

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6566AA (or 0x6566AA) is known color: Chetwode Blue. HEX triplet: 65, 66 and AA. RGB value is (101,102,170). Sum of RGB (Red+Green+Blue) = 101+102+170=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #6566AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6566AA is #9A9955. Grayscale: #6D6D6D. Windows color (decimal): -10131798 or 11167333. OLE color: 11167333.

HSL color Cylindrical-coordinate representation of color #6566AA: hue angle of 239.13º 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 #6566AA is Cyan = 0.41, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 102 170 -
CMYK 0.41 0.4 0 0.33
HSL 239.13º 0.29% 0.53% -
HSV(B) 239.13º 0.41% 0.67% -
XYZ 17.37 15.17 40.04 -
YUV 109.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 101 102 170 0.41 0.4 0 0.33 239.13 0.29 0.53
Hex 65 66 AA 29 28 0 21 EF 1D 35
Octal 145 146 252 51 50 0 41 357 35 65
Binary 1100101 1100110 10101010 101001 101000 0 100001 11101111 11101 110101

Color Harmonies of #6566AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6566AA

Black with #6566AA

Text Example


Text Example

White with #6566AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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