#667FB0

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

Shades of Ship Cove #667FB0

Tints of Ship Cove #667FB0

Color information

#667FB0 (or 0x667FB0) is unknown color: approx Ship Cove. HEX triplet: 66, 7F and B0. RGB value is (102,127,176). Sum of RGB (Red+Green+Blue) = 102+127+176=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #667FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FB0 is #99804F. Grayscale: #7C7C7C. Windows color (decimal): -10059856 or 11566950. OLE color: 11566950.

HSL color Cylindrical-coordinate representation of color #667FB0: hue angle of 219.73º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667FB0 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102127176-
CMYK0.420.2800.31
HSL219.73º31.9%54.51%-
HSV(B)219.73º42.05%69.02%-
XYZ20.9121.1444.05-
YUV125.11156.72111.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 176 (69.14% from 255) = 43.46%
R=25.19%
G=31.36%
B=43.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021271760.420.2800.31219.7331.954.51
Hex667FB02A1C01Fdc2037
Octal14617726052340373344067
Binary11001101111111101100001010101110001111111011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667FB0; }

 p { color: rgb(102,127,176); }

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

<style>
 a { background-color: #667FB0; }

 a { background-color: rgb(102,127,176); }

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

<style>
 span { border-color: #667FB0; }

 span { border-color: rgb(102,127,176); }

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