#6B74B6

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

Shades of Chetwode Blue #6B74B6

Tints of Chetwode Blue #6B74B6

Color information

#6B74B6 (or 0x6B74B6) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 74 and B6. RGB value is (107,116,182). Sum of RGB (Red+Green+Blue) = 107+116+182=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #6B74B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B74B6 is #948B49. Grayscale: #787878. Windows color (decimal): -9734986 or 11957355. OLE color: 11957355.

HSL color Cylindrical-coordinate representation of color #6B74B6: hue angle of 232.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B74B6 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB107116182-
CMYK0.410.3600.29
HSL232.8º33.94%56.67%-
HSV(B)232.8º41.21%71.37%-
XYZ20.7518.9946.83-
YUV120.83162.52118.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=26.42%
G=28.64%
B=44.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071161820.410.3600.29232.833.9456.67
Hex6B74B6292401De92239
Octal15316426651440353514271
Binary110101111101001011011010100110010001110111101001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B74B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,116,182); }

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

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

 a { background-color: rgb(107,116,182); }

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

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

 span { border-color: rgb(107,116,182); }

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