#6C7BAB

Color #6C7BAB Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #6C7BAB

Tints of Ship Cove #6C7BAB

Color information

#6C7BAB (or 0x6C7BAB) is unknown color: approx Ship Cove. HEX triplet: 6C, 7B and AB. RGB value is (108,123,171). Sum of RGB (Red+Green+Blue) = 108+123+171=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7BAB is #938454. Grayscale: #7B7B7B. Windows color (decimal): -9667669 or 11238252. OLE color: 11238252.

HSL color Cylindrical-coordinate representation of color #6C7BAB: hue angle of 225.71º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C7BAB is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108123171-
CMYK0.370.2800.33
HSL225.71º27.27%54.71%-
HSV(B)225.71º36.84%67.06%-
XYZ20.6220.2941.36-
YUV123.99154.53116.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.87%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=26.87%
G=30.60%
B=42.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081231710.370.2800.33225.7127.2754.71
Hex6C7BAB251C021e21b37
Octal15417325345340413423367
Binary11011001111011101010111001011110001000011110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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