#6F6FA4

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

Shades of Chetwode Blue #6F6FA4

Tints of Chetwode Blue #6F6FA4

Color information

#6F6FA4 (or 0x6F6FA4) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 6F and A4. RGB value is (111,111,164). Sum of RGB (Red+Green+Blue) = 111+111+164=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F6FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6FA4 is #90905B. Grayscale: #747474. Windows color (decimal): -9474140 or 10776431. OLE color: 10776431.

HSL color Cylindrical-coordinate representation of color #6F6FA4: hue angle of 240º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F6FA4 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB111111164-
CMYK0.320.3200.36
HSL240º22.55%53.92%-
HSV(B)240º32.32%64.31%-
XYZ18.9417.4337.49-
YUV117.04154.5123.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=28.76%
G=28.76%
B=42.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111111640.320.3200.3624022.5553.92
Hex6F6FA42020024f01736
Octal15715724440400443602766
Binary110111111011111010010010000010000001001001111000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F6FA4; }

 p { color: rgb(111,111,164); }

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

<style>
 a { background-color: #6F6FA4; }

 a { background-color: rgb(111,111,164); }

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

<style>
 span { border-color: #6F6FA4; }

 span { border-color: rgb(111,111,164); }

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