Html Css Color HEX #6C75AC Chetwode Blue

📋 copy color: '#6C75AC'

red 108 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #6C75AC

Tints of Chetwode Blue #6C75AC

RGB

 RED value IS 108 (42.58% from 255) = 27.2%

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 27.2%
G = 29.47%
B = 43.32%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C75AC (or 0x6C75AC) is known color: Chetwode Blue. HEX triplet: 6C, 75 and AC. RGB value is (108,117,172). Sum of RGB (Red+Green+Blue) = 108+117+172=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C75AC is #938A53. Grayscale: #787878. Windows color (decimal): -9669204 or 11302252. OLE color: 11302252.

HSL color Cylindrical-coordinate representation of color #6C75AC: hue angle of 231.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C75AC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 117 172 -
CMYK 0.37 0.32 0 0.33
HSL 231.56º 0.28% 0.55% -
HSV(B) 231.56º 0.37% 0.67% -
XYZ 19.99 18.89 41.62 -
YUV 120.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 108 117 172 0.37 0.32 0 0.33 231.56 0.28 0.55
Hex 6C 75 AC 25 20 0 21 E8 1C 37
Octal 154 165 254 45 40 0 41 350 34 67
Binary 1101100 1110101 10101100 100101 100000 0 100001 11101000 11100 110111

Color Harmonies of #6C75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C75AC

Black with #6C75AC

Text Example


Text Example

White with #6C75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C75AC; }

 p { color: rgb(108,117,172); }

 H1.HeaderClassName
 {
   color: #6C75AC;
 }
 .AnyTagClassName
 {
   color: #6C75AC;
 }
</style>

background-color css

<style>
 a { background-color: #6C75AC; }

 a { background-color: rgb(108,117,172); }

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

border-color css

<style>
 span { border-color: #6C75AC; }

 span { border-color: rgb(108,117,172); }

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