Html Css Color HEX #6566A0 Rich Blue

📋 copy color: '#6566A0'

red 101 ◦ green 102 ◦ blue 160

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

Shades of Rich Blue #6566A0

Tints of Rich Blue #6566A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 27.82%
G = 28.1%
B = 44.08%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6566A0 (or 0x6566A0) is known color: Rich Blue. HEX triplet: 65, 66 and A0. RGB value is (101,102,160). Sum of RGB (Red+Green+Blue) = 101+102+160=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #6566A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6566A0 is #9A995F. Grayscale: #6C6C6C. Windows color (decimal): -10131808 or 10511973. OLE color: 10511973.

HSL color Cylindrical-coordinate representation of color #6566A0: hue angle of 238.98º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6566A0 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 102 160 -
CMYK 0.37 0.36 0 0.37
HSL 238.98º 0.24% 0.51% -
HSV(B) 238.98º 0.37% 0.63% -
XYZ 16.46 14.81 35.25 -
YUV 108.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 101 102 160 0.37 0.36 0 0.37 238.98 0.24 0.51
Hex 65 66 A0 25 24 0 25 EF 18 33
Octal 145 146 240 45 44 0 45 357 30 63
Binary 1100101 1100110 10100000 100101 100100 0 100101 11101111 11000 110011

Color Harmonies of #6566A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6566A0

Black with #6566A0

Text Example


Text Example

White with #6566A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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