#6C7CBF

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

Shades of Chetwode Blue #6C7CBF

Tints of Chetwode Blue #6C7CBF

Color information

#6C7CBF (or 0x6C7CBF) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 7C and BF. RGB value is (108,124,191). Sum of RGB (Red+Green+Blue) = 108+124+191=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C7CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7CBF is #938340. Grayscale: #7E7E7E. Windows color (decimal): -9667393 or 12549228. OLE color: 12549228.

HSL color Cylindrical-coordinate representation of color #6C7CBF: hue angle of 228.43º 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 #6C7CBF is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108124191-
CMYK0.430.3500.25
HSL228.43º39.34%58.63%-
HSV(B)228.43º43.46%74.9%-
XYZ22.821.3752.21-
YUV126.85164.2114.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 191 (75% from 255) = 45.15%
R=25.53%
G=29.31%
B=45.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081241910.430.3500.25228.4339.3458.63
Hex6C7CBF2B23019e4273b
Octal15417427753430313444773
Binary110110011111001011111110101110001101100111100100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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