#6B7FA2

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

Shades of Ship Cove #6B7FA2

Tints of Ship Cove #6B7FA2

Color information

#6B7FA2 (or 0x6B7FA2) is unknown color: approx Ship Cove. HEX triplet: 6B, 7F and A2. RGB value is (107,127,162). Sum of RGB (Red+Green+Blue) = 107+127+162=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B7FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FA2 is #94805D. Grayscale: #7C7C7C. Windows color (decimal): -9732190 or 10649451. OLE color: 10649451.

HSL color Cylindrical-coordinate representation of color #6B7FA2: hue angle of 218.18º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B7FA2 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB107127162-
CMYK0.340.2200.36
HSL218.18º22.82%52.75%-
HSV(B)218.18º33.95%63.53%-
XYZ20.1720.9137.16-
YUV125.01148.87115.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.02%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 162 (63.67% from 255) = 40.91%
R=27.02%
G=32.07%
B=40.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071271620.340.2200.36218.1822.8252.75
Hex6B7FA22216024da1735
Octal15317724242260443322765
Binary11010111111111101000101000101011001001001101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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