#6168BA

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

Shades of Chetwode Blue #6168BA

Tints of Chetwode Blue #6168BA

Color information

#6168BA (or 0x6168BA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 68 and BA. RGB value is (97,104,186). Sum of RGB (Red+Green+Blue) = 97+104+186=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #6168BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168BA is #9E9745. Grayscale: #6E6E6E. Windows color (decimal): -10393414 or 12216417. OLE color: 12216417.

HSL color Cylindrical-coordinate representation of color #6168BA: hue angle of 235.28º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6168BA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97104186-
CMYK0.480.4400.27
HSL235.28º39.21%55.49%-
HSV(B)235.28º47.85%72.94%-
XYZ18.7415.9948.55-
YUV111.26170.18117.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=25.06%
G=26.87%
B=48.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971041860.480.4400.27235.2839.2155.49
Hex6168BA302C01Beb2737
Octal14115027260540333534767
Binary110000111010001011101011000010110001101111101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6168BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6168BA; }

 p { color: rgb(97,104,186); }

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

<style>
 a { background-color: #6168BA; }

 a { background-color: rgb(97,104,186); }

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

<style>
 span { border-color: #6168BA; }

 span { border-color: rgb(97,104,186); }

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