Html Css Color HEX #6575BD Chetwode Blue

📋 copy color: '#6575BD'

red 101 ◦ green 117 ◦ blue 189

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

Shades of Chetwode Blue #6575BD

Tints of Chetwode Blue #6575BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 24.82%
G = 28.75%
B = 46.44%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6575BD (or 0x6575BD) is known color: Chetwode Blue. HEX triplet: 65, 75 and BD. RGB value is (101,117,189). Sum of RGB (Red+Green+Blue) = 101+117+189=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #6575BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6575BD is #9A8A42. Grayscale: #787878. Windows color (decimal): -10127939 or 12416357. OLE color: 12416357.

HSL color Cylindrical-coordinate representation of color #6575BD: hue angle of 229.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6575BD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 117 189 -
CMYK 0.47 0.38 0 0.26
HSL 229.09º 0.4% 0.57% -
HSV(B) 229.09º 0.47% 0.74% -
XYZ 20.91 19.16 50.74 -
YUV 120.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 101 117 189 0.47 0.38 0 0.26 229.09 0.4 0.57
Hex 65 75 BD 2F 26 0 1A E5 28 39
Octal 145 165 275 57 46 0 32 345 50 71
Binary 1100101 1110101 10111101 101111 100110 0 11010 11100101 101000 111001

Color Harmonies of #6575BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6575BD

Black with #6575BD

Text Example


Text Example

White with #6575BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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