#6F84A5

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

Shades of Ship Cove #6F84A5

Tints of Ship Cove #6F84A5

Color information

#6F84A5 (or 0x6F84A5) is unknown color: approx Ship Cove. HEX triplet: 6F, 84 and A5. RGB value is (111,132,165). Sum of RGB (Red+Green+Blue) = 111+132+165=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F84A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F84A5 is #907B5A. Grayscale: #818181. Windows color (decimal): -9468763 or 10847343. OLE color: 10847343.

HSL color Cylindrical-coordinate representation of color #6F84A5: hue angle of 216.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F84A5 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB111132165-
CMYK0.330.2000.35
HSL216.67º23.08%54.12%-
HSV(B)216.67º32.73%64.71%-
XYZ21.622.638.82-
YUV129.48148.04114.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.21%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=27.21%
G=32.35%
B=40.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111321650.330.2000.35216.6723.0854.12
Hex6F84A52114023d91736
Octal15720424541240433312766
Binary110111110000100101001011000011010001000111101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F84A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,165); }

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

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

 a { background-color: rgb(111,132,165); }

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

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

 span { border-color: rgb(111,132,165); }

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