#6B7FAC

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

Shades of Ship Cove #6B7FAC

Tints of Ship Cove #6B7FAC

Color information

#6B7FAC (or 0x6B7FAC) is unknown color: approx Ship Cove. HEX triplet: 6B, 7F and AC. RGB value is (107,127,172). Sum of RGB (Red+Green+Blue) = 107+127+172=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FAC is #948053. Grayscale: #7D7D7D. Windows color (decimal): -9732180 or 11304811. OLE color: 11304811.

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

Color convert

RGB107127172-
CMYK0.380.2600.33
HSL221.54º28.14%54.71%-
HSV(B)221.54º37.79%67.45%-
XYZ21.121.2842.03-
YUV126.15153.87114.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.35%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=26.35%
G=31.28%
B=42.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071271720.380.2600.33221.5428.1454.71
Hex6B7FAC261A021de1c37
Octal15317725446320413363467
Binary11010111111111101011001001101101001000011101111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,127,172); }

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

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

 a { background-color: rgb(107,127,172); }

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

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

 span { border-color: rgb(107,127,172); }

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