#6A86B3

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

Shades of Ship Cove #6A86B3

Tints of Ship Cove #6A86B3

Color information

#6A86B3 (or 0x6A86B3) is unknown color: approx Ship Cove. HEX triplet: 6A, 86 and B3. RGB value is (106,134,179). Sum of RGB (Red+Green+Blue) = 106+134+179=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #6A86B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A86B3 is #95794C. Grayscale: #828282. Windows color (decimal): -9795917 or 11765354. OLE color: 11765354.

HSL color Cylindrical-coordinate representation of color #6A86B3: hue angle of 216.99º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A86B3 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB106134179-
CMYK0.410.2500.30
HSL216.99º32.44%55.88%-
HSV(B)216.99º40.78%70.2%-
XYZ22.6123.3745.97-
YUV130.76155.22110.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=25.30%
G=31.98%
B=42.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1061341790.410.2500.30216.9932.4455.88
Hex6A86B3291901Ed92038
Octal15220626351310363314070
Binary110101010000110101100111010011100101111011011001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A86B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,179); }

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

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

 a { background-color: rgb(106,134,179); }

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

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

 span { border-color: rgb(106,134,179); }

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