#6B7CAD

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

Shades of Ship Cove #6B7CAD

Tints of Ship Cove #6B7CAD

Color information

#6B7CAD (or 0x6B7CAD) is unknown color: approx Ship Cove. HEX triplet: 6B, 7C and AD. RGB value is (107,124,173). Sum of RGB (Red+Green+Blue) = 107+124+173=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7CAD is #948352. Grayscale: #7C7C7C. Windows color (decimal): -9732947 or 11369579. OLE color: 11369579.

HSL color Cylindrical-coordinate representation of color #6B7CAD: hue angle of 224.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B7CAD is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107124173-
CMYK0.380.2800.32
HSL224.55º28.7%54.9%-
HSV(B)224.55º38.15%67.84%-
XYZ20.8120.5642.41-
YUV124.5155.37115.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=26.49%
G=30.69%
B=42.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071241730.380.2800.32224.5528.754.9
Hex6B7CAD261C020e11d37
Octal15317425546340403413567
Binary11010111111100101011011001101110001000001110000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,124,173); }

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

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

 a { background-color: rgb(107,124,173); }

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

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

 span { border-color: rgb(107,124,173); }

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