#6868AF

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

Shades of Chetwode Blue #6868AF

Tints of Chetwode Blue #6868AF

Color information

#6868AF (or 0x6868AF) is unknown color: approx Chetwode Blue. HEX triplet: 68, 68 and AF. RGB value is (104,104,175). Sum of RGB (Red+Green+Blue) = 104+104+175=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #6868AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6868AF is #979750. Grayscale: #6F6F6F. Windows color (decimal): -9934673 or 11495528. OLE color: 11495528.

HSL color Cylindrical-coordinate representation of color #6868AF: hue angle of 240º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6868AF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104104175-
CMYK0.410.4100.31
HSL240º30.74%54.71%-
HSV(B)240º40.57%68.63%-
XYZ18.415.9442.66-
YUV112.09163.5122.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=27.15%
G=27.15%
B=45.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041041750.410.4100.3124030.7454.71
Hex6868AF292901Ff01f37
Octal15015025751510373603767
Binary11010001101000101011111010011010010111111111000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6868AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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