Html Css Color HEX #6575BC Chetwode Blue

📋 copy color: '#6575BC'

red 101 ◦ green 117 ◦ blue 188

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

Shades of Chetwode Blue #6575BC

Tints of Chetwode Blue #6575BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

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

R = 24.88%
G = 28.82%
B = 46.31%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6575BC (or 0x6575BC) is known color: Chetwode Blue. HEX triplet: 65, 75 and BC. RGB value is (101,117,188). Sum of RGB (Red+Green+Blue) = 101+117+188=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #6575BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6575BC is #9A8A43. Grayscale: #787878. Windows color (decimal): -10127940 or 12350821. OLE color: 12350821.

HSL color Cylindrical-coordinate representation of color #6575BC: hue angle of 228.97º 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 #6575BC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 117 188 -
CMYK 0.46 0.38 0 0.26
HSL 228.97º 0.39% 0.57% -
HSV(B) 228.97º 0.46% 0.74% -
XYZ 20.81 19.12 50.17 -
YUV 120.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 101 117 188 0.46 0.38 0 0.26 228.97 0.39 0.57
Hex 65 75 BC 2E 26 0 1A E5 27 39
Octal 145 165 274 56 46 0 32 345 47 71
Binary 1100101 1110101 10111100 101110 100110 0 11010 11100101 100111 111001

Color Harmonies of #6575BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6575BC

Black with #6575BC

Text Example


Text Example

White with #6575BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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