Html Css Color HEX #6566BC Chetwode Blue

📋 copy color: '#6566BC'

red 101 ◦ green 102 ◦ blue 188

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

Shades of Chetwode Blue #6566BC

Tints of Chetwode Blue #6566BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 25.83%
G = 26.09%
B = 48.08%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6566BC (or 0x6566BC) is known color: Chetwode Blue. HEX triplet: 65, 66 and BC. RGB value is (101,102,188). Sum of RGB (Red+Green+Blue) = 101+102+188=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #6566BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6566BC is #9A9943. Grayscale: #6F6F6F. Windows color (decimal): -10131780 or 12346981. OLE color: 12346981.

HSL color Cylindrical-coordinate representation of color #6566BC: hue angle of 239.31º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6566BC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 102 188 -
CMYK 0.46 0.46 0 0.26
HSL 239.31º 0.39% 0.57% -
HSV(B) 239.31º 0.46% 0.74% -
XYZ 19.2 15.9 49.63 -
YUV 111.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 101 102 188 0.46 0.46 0 0.26 239.31 0.39 0.57
Hex 65 66 BC 2E 2E 0 1A EF 27 39
Octal 145 146 274 56 56 0 32 357 47 71
Binary 1100101 1100110 10111100 101110 101110 0 11010 11101111 100111 111001

Color Harmonies of #6566BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6566BC

Black with #6566BC

Text Example


Text Example

White with #6566BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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