#6168BB

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

Shades of Chetwode Blue #6168BB

Tints of Chetwode Blue #6168BB

Color information

#6168BB (or 0x6168BB) is unknown color: approx Chetwode Blue. HEX triplet: 61, 68 and BB. RGB value is (97,104,187). Sum of RGB (Red+Green+Blue) = 97+104+187=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #6168BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168BB is #9E9744. Grayscale: #6F6F6F. Windows color (decimal): -10393413 or 12281953. OLE color: 12281953.

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

Color convert

RGB97104187-
CMYK0.480.4400.27
HSL235.33º39.82%55.69%-
HSV(B)235.33º48.13%73.33%-
XYZ18.8516.0349.11-
YUV111.37170.68117.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=25%
G=26.80%
B=48.20%

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
Decimal971041870.480.4400.27235.3339.8255.69
Hex6168BB302C01Beb2838
Octal14115027360540333535070
Binary110000111010001011101111000010110001101111101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6168BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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