#6B76D5

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

Shades of Chetwode Blue #6B76D5

Tints of Chetwode Blue #6B76D5

Color information

#6B76D5 (or 0x6B76D5) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 76 and D5. RGB value is (107,118,213). Sum of RGB (Red+Green+Blue) = 107+118+213=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #6B76D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B76D5 is #94892A. Grayscale: #7D7D7D. Windows color (decimal): -9734443 or 13989483. OLE color: 13989483.

HSL color Cylindrical-coordinate representation of color #6B76D5: hue angle of 233.77º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B76D5 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB107118213-
CMYK0.500.4500.16
HSL233.77º55.79%62.75%-
HSV(B)233.77º49.77%83.53%-
XYZ24.5520.8965.69-
YUV125.54177.36114.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.43%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 213 (83.59% from 255) = 48.63%
R=24.43%
G=26.94%
B=48.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1071182130.500.4500.16233.7755.7962.75
Hex6B76D5322D010ea383f
Octal15316632562550203527077
Binary110101111101101101010111001010110101000011101010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B76D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,213); }

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

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

 a { background-color: rgb(107,118,213); }

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

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

 span { border-color: rgb(107,118,213); }

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