#6B74BE

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

Shades of Chetwode Blue #6B74BE

Tints of Chetwode Blue #6B74BE

Color information

#6B74BE (or 0x6B74BE) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 74 and BE. RGB value is (107,116,190). Sum of RGB (Red+Green+Blue) = 107+116+190=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B74BE is #948B41. Grayscale: #797979. Windows color (decimal): -9734978 or 12481643. OLE color: 12481643.

HSL color Cylindrical-coordinate representation of color #6B74BE: hue angle of 233.49º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B74BE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107116190-
CMYK0.440.3900.25
HSL233.49º38.97%58.24%-
HSV(B)233.49º43.68%74.51%-
XYZ21.619.3351.31-
YUV121.74166.52117.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.91%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=25.91%
G=28.09%
B=46.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071161900.440.3900.25233.4938.9758.24
Hex6B74BE2C27019e9273a
Octal15316427654470313514772
Binary110101111101001011111010110010011101100111101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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