Html Css Color HEX #6E75AC Chetwode Blue

📋 copy color: '#6E75AC'

red 110 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #6E75AC

Tints of Chetwode Blue #6E75AC

RGB

 RED value IS 110 (43.36% from 255) = 27.57%

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

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

R = 27.57%
G = 29.32%
B = 43.11%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E75AC (or 0x6E75AC) is known color: Chetwode Blue. HEX triplet: 6E, 75 and AC. RGB value is (110,117,172). Sum of RGB (Red+Green+Blue) = 110+117+172=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E75AC is #918A53. Grayscale: #787878. Windows color (decimal): -9538132 or 11302254. OLE color: 11302254.

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

Color convert

RGB 110 117 172 -
CMYK 0.36 0.32 0 0.33
HSL 233.23º 0.27% 0.55% -
HSV(B) 233.23º 0.36% 0.67% -
XYZ 20.24 19.02 41.63 -
YUV 121.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 110 117 172 0.36 0.32 0 0.33 233.23 0.27 0.55
Hex 6E 75 AC 24 20 0 21 E9 1B 37
Octal 156 165 254 44 40 0 41 351 33 67
Binary 1101110 1110101 10101100 100100 100000 0 100001 11101001 11011 110111

Color Harmonies of #6E75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E75AC

Black with #6E75AC

Text Example


Text Example

White with #6E75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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