#6168CA

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

Shades of Chetwode Blue #6168CA

Tints of Chetwode Blue #6168CA

Color information

#6168CA (or 0x6168CA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 68 and CA. RGB value is (97,104,202). Sum of RGB (Red+Green+Blue) = 97+104+202=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #6168CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168CA is #9E9735. Grayscale: #707070. Windows color (decimal): -10393398 or 13264993. OLE color: 13264993.

HSL color Cylindrical-coordinate representation of color #6168CA: hue angle of 236º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6168CA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97104202-
CMYK0.520.4900.21
HSL236º49.76%58.63%-
HSV(B)236º51.98%79.22%-
XYZ20.5416.7158.02-
YUV113.08178.18116.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=24.07%
G=25.81%
B=50.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971042020.520.4900.2123649.7658.63
Hex6168CA3431015ec323b
Octal14115031264610253546273
Binary110000111010001100101011010011000101010111101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6168CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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