Html Css Color HEX #6566BE Chetwode Blue

📋 copy color: '#6566BE'

red 101 ◦ green 102 ◦ blue 190

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

Shades of Chetwode Blue #6566BE

Tints of Chetwode Blue #6566BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 25.7%
G = 25.95%
B = 48.35%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6566BE (or 0x6566BE) is known color: Chetwode Blue. HEX triplet: 65, 66 and BE. RGB value is (101,102,190). Sum of RGB (Red+Green+Blue) = 101+102+190=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #6566BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6566BE is #9A9941. Grayscale: #6F6F6F. Windows color (decimal): -10131778 or 12478053. OLE color: 12478053.

HSL color Cylindrical-coordinate representation of color #6566BE: hue angle of 239.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6566BE is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 102 190 -
CMYK 0.47 0.46 0 0.25
HSL 239.33º 0.41% 0.57% -
HSV(B) 239.33º 0.47% 0.75% -
XYZ 19.41 15.99 50.78 -
YUV 111.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 101 102 190 0.47 0.46 0 0.25 239.33 0.41 0.57
Hex 65 66 BE 2F 2E 0 19 EF 29 39
Octal 145 146 276 57 56 0 31 357 51 71
Binary 1100101 1100110 10111110 101111 101110 0 11001 11101111 101001 111001

Color Harmonies of #6566BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6566BE

Black with #6566BE

Text Example


Text Example

White with #6566BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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