#667FAC

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

Shades of Ship Cove #667FAC

Tints of Ship Cove #667FAC

Color information

#667FAC (or 0x667FAC) is unknown color: approx Ship Cove. HEX triplet: 66, 7F and AC. RGB value is (102,127,172). Sum of RGB (Red+Green+Blue) = 102+127+172=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #667FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FAC is #998053. Grayscale: #7C7C7C. Windows color (decimal): -10059860 or 11304806. OLE color: 11304806.

HSL color Cylindrical-coordinate representation of color #667FAC: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #667FAC is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102127172-
CMYK0.410.2600.33
HSL218.57º29.66%53.73%-
HSV(B)218.57º40.7%67.45%-
XYZ20.5220.9842-
YUV124.66154.72111.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=25.44%
G=31.67%
B=42.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021271720.410.2600.33218.5729.6653.73
Hex667FAC291A021db1e36
Octal14617725451320413333666
Binary11001101111111101011001010011101001000011101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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