#6F7EB0

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

Shades of Ship Cove #6F7EB0

Tints of Ship Cove #6F7EB0

Color information

#6F7EB0 (or 0x6F7EB0) is unknown color: approx Ship Cove. HEX triplet: 6F, 7E and B0. RGB value is (111,126,176). Sum of RGB (Red+Green+Blue) = 111+126+176=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #6F7EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7EB0 is #90814F. Grayscale: #7E7E7E. Windows color (decimal): -9470288 or 11566703. OLE color: 11566703.

HSL color Cylindrical-coordinate representation of color #6F7EB0: hue angle of 226.15º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F7EB0 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB111126176-
CMYK0.370.2800.31
HSL226.15º29.15%56.27%-
HSV(B)226.15º36.93%69.02%-
XYZ21.8521.4444.06-
YUV127.21155.53116.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.88%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 176 (69.14% from 255) = 42.62%
R=26.88%
G=30.51%
B=42.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111261760.370.2800.31226.1529.1556.27
Hex6F7EB0251C01Fe21d38
Octal15717626045340373423570
Binary1101111111111010110000100101111000111111110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,126,176); }

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

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

 a { background-color: rgb(111,126,176); }

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

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

 span { border-color: rgb(111,126,176); }

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