#6C7CAB

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

Shades of Ship Cove #6C7CAB

Tints of Ship Cove #6C7CAB

Color information

#6C7CAB (or 0x6C7CAB) is unknown color: approx Ship Cove. HEX triplet: 6C, 7C and AB. RGB value is (108,124,171). Sum of RGB (Red+Green+Blue) = 108+124+171=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C7CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7CAB is #938354. Grayscale: #7C7C7C. Windows color (decimal): -9667413 or 11238508. OLE color: 11238508.

HSL color Cylindrical-coordinate representation of color #6C7CAB: hue angle of 224.76º 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 #6C7CAB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108124171-
CMYK0.370.2700.33
HSL224.76º27.27%54.71%-
HSV(B)224.76º36.84%67.06%-
XYZ20.7420.5441.4-
YUV124.57154.2116.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.80%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=26.80%
G=30.77%
B=42.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081241710.370.2700.33224.7627.2754.71
Hex6C7CAB251B021e11b37
Octal15417425345330413413367
Binary11011001111100101010111001011101101000011110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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