Html Css Color HEX #6566BF Chetwode Blue

📋 copy color: '#6566BF'

red 101 ◦ green 102 ◦ blue 191

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

Shades of Chetwode Blue #6566BF

Tints of Chetwode Blue #6566BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 25.63%
G = 25.89%
B = 48.48%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6566BF (or 0x6566BF) is known color: Chetwode Blue. HEX triplet: 65, 66 and BF. RGB value is (101,102,191). Sum of RGB (Red+Green+Blue) = 101+102+191=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6566BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6566BF is #9A9940. Grayscale: #6F6F6F. Windows color (decimal): -10131777 or 12543589. OLE color: 12543589.

HSL color Cylindrical-coordinate representation of color #6566BF: 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 #6566BF is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 102 191 -
CMYK 0.47 0.47 0 0.25
HSL 239.33º 0.41% 0.57% -
HSV(B) 239.33º 0.47% 0.75% -
XYZ 19.52 16.03 51.36 -
YUV 111.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 101 102 191 0.47 0.47 0 0.25 239.33 0.41 0.57
Hex 65 66 BF 2F 2F 0 19 EF 29 39
Octal 145 146 277 57 57 0 31 357 51 71
Binary 1100101 1100110 10111111 101111 101111 0 11001 11101111 101001 111001

Color Harmonies of #6566BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6566BF

Black with #6566BF

Text Example


Text Example

White with #6566BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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