#6868BE

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

Shades of Chetwode Blue #6868BE

Tints of Chetwode Blue #6868BE

Color information

#6868BE (or 0x6868BE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 68 and BE. RGB value is (104,104,190). Sum of RGB (Red+Green+Blue) = 104+104+190=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #6868BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868BE is #979741. Grayscale: #717171. Windows color (decimal): -9934658 or 12478568. OLE color: 12478568.

HSL color Cylindrical-coordinate representation of color #6868BE: hue angle of 240º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6868BE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104104190-
CMYK0.450.4500.25
HSL240º39.81%57.65%-
HSV(B)240º45.26%74.51%-
XYZ19.9516.5650.86-
YUV113.8171121.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=26.13%
G=26.13%
B=47.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041041900.450.4500.2524039.8157.65
Hex6868BE2D2D019f0283a
Octal15015027655550313605072
Binary110100011010001011111010110110110101100111110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6868BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6868BE; }

 p { color: rgb(104,104,190); }

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

<style>
 a { background-color: #6868BE; }

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

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

<style>
 span { border-color: #6868BE; }

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

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