#6968AF

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

Shades of Chetwode Blue #6968AF

Tints of Chetwode Blue #6968AF

Color information

#6968AF (or 0x6968AF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 68 and AF. RGB value is (105,104,175). Sum of RGB (Red+Green+Blue) = 105+104+175=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #6968AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6968AF is #969750. Grayscale: #707070. Windows color (decimal): -9869137 or 11495529. OLE color: 11495529.

HSL color Cylindrical-coordinate representation of color #6968AF: hue angle of 240.85º 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 #6968AF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105104175-
CMYK0.400.4100.31
HSL240.85º30.74%54.71%-
HSV(B)240.85º40.57%68.63%-
XYZ18.511642.67-
YUV112.39163.33122.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=27.34%
G=27.08%
B=45.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051041750.400.4100.31240.8530.7454.71
Hex6968AF282901Ff11f37
Octal15115025750510373613767
Binary11010011101000101011111010001010010111111111000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6968AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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