#6F7BAB

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

Shades of Ship Cove #6F7BAB

Tints of Ship Cove #6F7BAB

Color information

#6F7BAB (or 0x6F7BAB) is unknown color: approx Ship Cove. HEX triplet: 6F, 7B and AB. RGB value is (111,123,171). Sum of RGB (Red+Green+Blue) = 111+123+171=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7BAB is #908454. Grayscale: #7C7C7C. Windows color (decimal): -9471061 or 11238255. OLE color: 11238255.

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

Color convert

RGB111123171-
CMYK0.350.2800.33
HSL228º26.32%55.29%-
HSV(B)228º35.09%67.06%-
XYZ20.9920.4941.38-
YUV124.88154.02118.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.41%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=27.41%
G=30.37%
B=42.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111231710.350.2800.3322826.3255.29
Hex6F7BAB231C021e41a37
Octal15717325343340413443267
Binary11011111111011101010111000111110001000011110010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,123,171); }

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

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

 a { background-color: rgb(111,123,171); }

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

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

 span { border-color: rgb(111,123,171); }

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