#6F90B6

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

Shades of Ship Cove #6F90B6

Tints of Ship Cove #6F90B6

Color information

#6F90B6 (or 0x6F90B6) is unknown color: approx Ship Cove. HEX triplet: 6F, 90 and B6. RGB value is (111,144,182). Sum of RGB (Red+Green+Blue) = 111+144+182=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F90B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90B6 is #906F49. Grayscale: #8A8A8A. Windows color (decimal): -9465674 or 11964527. OLE color: 11964527.

HSL color Cylindrical-coordinate representation of color #6F90B6: hue angle of 212.11º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F90B6 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111144182-
CMYK0.390.2100.29
HSL212.11º32.72%57.45%-
HSV(B)212.11º39.01%71.37%-
XYZ24.9726.748.09-
YUV138.46152.57108.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.40%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=25.40%
G=32.95%
B=41.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111441820.390.2100.29212.1132.7257.45
Hex6F90B6271501Dd42139
Octal15722026647250353244171
Binary110111110010000101101101001111010101110111010100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F90B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,182); }

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

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

 a { background-color: rgb(111,144,182); }

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

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

 span { border-color: rgb(111,144,182); }

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