#6B75AC

Color #6B75AC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6B75AC

Tints of Chetwode Blue #6B75AC

Color information

#6B75AC (or 0x6B75AC) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 75 and AC. RGB value is (107,117,172). Sum of RGB (Red+Green+Blue) = 107+117+172=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B75AC is #948A53. Grayscale: #787878. Windows color (decimal): -9734740 or 11302251. OLE color: 11302251.

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

Color convert

RGB107117172-
CMYK0.380.3200.33
HSL230.77º28.14%54.71%-
HSV(B)230.77º37.79%67.45%-
XYZ19.8718.8341.62-
YUV120.28157.19118.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.02%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=27.02%
G=29.55%
B=43.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071171720.380.3200.33230.7728.1454.71
Hex6B75AC2620021e71c37
Octal15316525446400413473467
Binary110101111101011010110010011010000001000011110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B75AC;
 }
 .AnyTagClassName
 {
   color: #6B75AC;
 }
</style>
background-color css

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

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

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

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

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

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