#6168BD

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

Shades of Chetwode Blue #6168BD

Tints of Chetwode Blue #6168BD

Color information

#6168BD (or 0x6168BD) is unknown color: approx Chetwode Blue. HEX triplet: 61, 68 and BD. RGB value is (97,104,189). Sum of RGB (Red+Green+Blue) = 97+104+189=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #6168BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168BD is #9E9742. Grayscale: #6F6F6F. Windows color (decimal): -10393411 or 12413025. OLE color: 12413025.

HSL color Cylindrical-coordinate representation of color #6168BD: hue angle of 235.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6168BD is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97104189-
CMYK0.490.4500.26
HSL235.43º41.07%56.08%-
HSV(B)235.43º48.68%74.12%-
XYZ19.0716.1250.25-
YUV111.6171.68117.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=24.87%
G=26.67%
B=48.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971041890.490.4500.26235.4341.0756.08
Hex6168BD312D01Aeb2938
Octal14115027561550323535170
Binary110000111010001011110111000110110101101011101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6168BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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