Html Css Color HEX #6566BB Chetwode Blue

📋 copy color: '#6566BB'

red 101 ◦ green 102 ◦ blue 187

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

Shades of Chetwode Blue #6566BB

Tints of Chetwode Blue #6566BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 25.9%
G = 26.15%
B = 47.95%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6566BB (or 0x6566BB) is known color: Chetwode Blue. HEX triplet: 65, 66 and BB. RGB value is (101,102,187). Sum of RGB (Red+Green+Blue) = 101+102+187=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #6566BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6566BB is #9A9944. Grayscale: #6F6F6F. Windows color (decimal): -10131781 or 12281445. OLE color: 12281445.

HSL color Cylindrical-coordinate representation of color #6566BB: hue angle of 239.3º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6566BB is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 102 187 -
CMYK 0.46 0.45 0 0.27
HSL 239.3º 0.39% 0.56% -
HSV(B) 239.3º 0.46% 0.73% -
XYZ 19.09 15.86 49.07 -
YUV 111.39 170.67 120.59 -
System Red Green Blue C M Y K H S L
Decimal 101 102 187 0.46 0.45 0 0.27 239.3 0.39 0.56
Hex 65 66 BB 2E 2D 0 1B EF 27 38
Octal 145 146 273 56 55 0 33 357 47 70
Binary 1100101 1100110 10111011 101110 101101 0 11011 11101111 100111 111000

Color Harmonies of #6566BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6566BB

Black with #6566BB

Text Example


Text Example

White with #6566BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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