#6C7CAE

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

Shades of Ship Cove #6C7CAE

Tints of Ship Cove #6C7CAE

Color information

#6C7CAE (or 0x6C7CAE) is unknown color: approx Ship Cove. HEX triplet: 6C, 7C and AE. RGB value is (108,124,174). Sum of RGB (Red+Green+Blue) = 108+124+174=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7CAE is #938351. Grayscale: #7C7C7C. Windows color (decimal): -9667410 or 11435116. OLE color: 11435116.

HSL color Cylindrical-coordinate representation of color #6C7CAE: hue angle of 225.45º 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 #6C7CAE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB108124174-
CMYK0.380.2900.32
HSL225.45º28.95%55.29%-
HSV(B)225.45º37.93%68.24%-
XYZ21.0320.6642.92-
YUV124.92155.7115.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=26.60%
G=30.54%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081241740.380.2900.32225.4528.9555.29
Hex6C7CAE261D020e11d37
Octal15417425646350403413567
Binary11011001111100101011101001101110101000001110000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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