#6B7FAF

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

Shades of Ship Cove #6B7FAF

Tints of Ship Cove #6B7FAF

Color information

#6B7FAF (or 0x6B7FAF) is unknown color: approx Ship Cove. HEX triplet: 6B, 7F and AF. RGB value is (107,127,175). Sum of RGB (Red+Green+Blue) = 107+127+175=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FAF is #948050. Grayscale: #7E7E7E. Windows color (decimal): -9732177 or 11501419. OLE color: 11501419.

HSL color Cylindrical-coordinate representation of color #6B7FAF: hue angle of 222.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7FAF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107127175-
CMYK0.390.2700.31
HSL222.35º29.82%55.29%-
HSV(B)222.35º38.86%68.63%-
XYZ21.3921.443.56-
YUV126.49155.37114.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 127 (50% from 255) = 31.05%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=26.16%
G=31.05%
B=42.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071271750.390.2700.31222.3529.8255.29
Hex6B7FAF271B01Fde1e37
Octal15317725747330373363667
Binary1101011111111110101111100111110110111111101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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