#6B6FAC

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

Shades of Chetwode Blue #6B6FAC

Tints of Chetwode Blue #6B6FAC

Color information

#6B6FAC (or 0x6B6FAC) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6F and AC. RGB value is (107,111,172). Sum of RGB (Red+Green+Blue) = 107+111+172=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6FAC is #949053. Grayscale: #747474. Windows color (decimal): -9736276 or 11300715. OLE color: 11300715.

HSL color Cylindrical-coordinate representation of color #6B6FAC: hue angle of 236.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B6FAC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107111172-
CMYK0.380.3500.33
HSL236.31º28.14%54.71%-
HSV(B)236.31º37.79%67.45%-
XYZ19.1917.4741.39-
YUV116.76159.17121.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.44%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=27.44%
G=28.46%
B=44.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071111720.380.3500.33236.3128.1454.71
Hex6B6FAC2623021ec1c37
Octal15315725446430413543467
Binary110101111011111010110010011010001101000011110110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,111,172); }

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

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

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

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

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

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

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