#6C7BBF

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

Shades of Chetwode Blue #6C7BBF

Tints of Chetwode Blue #6C7BBF

Color information

#6C7BBF (or 0x6C7BBF) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 7B and BF. RGB value is (108,123,191). Sum of RGB (Red+Green+Blue) = 108+123+191=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C7BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7BBF is #938440. Grayscale: #7D7D7D. Windows color (decimal): -9667649 or 12548972. OLE color: 12548972.

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

Color convert

RGB108123191-
CMYK0.430.3600.25
HSL229.16º39.34%58.63%-
HSV(B)229.16º43.46%74.9%-
XYZ22.6721.1252.17-
YUV126.27164.53114.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.59%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 191 (75% from 255) = 45.26%
R=25.59%
G=29.15%
B=45.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081231910.430.3600.25229.1639.3458.63
Hex6C7BBF2B24019e5273b
Octal15417327753440313454773
Binary110110011110111011111110101110010001100111100101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,123,191); }

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

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

 a { background-color: rgb(108,123,191); }

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

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

 span { border-color: rgb(108,123,191); }

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