#667CA4

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

Shades of Ship Cove #667CA4

Tints of Ship Cove #667CA4

Color information

#667CA4 (or 0x667CA4) is unknown color: approx Ship Cove. HEX triplet: 66, 7C and A4. RGB value is (102,124,164). Sum of RGB (Red+Green+Blue) = 102+124+164=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #667CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CA4 is #99835B. Grayscale: #797979. Windows color (decimal): -10060636 or 10779750. OLE color: 10779750.

HSL color Cylindrical-coordinate representation of color #667CA4: hue angle of 218.71º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #667CA4 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB102124164-
CMYK0.380.2400.36
HSL218.71º25.41%52.16%-
HSV(B)218.71º37.8%64.31%-
XYZ19.3919.9237.95-
YUV121.98151.71113.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=26.15%
G=31.79%
B=42.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021241640.380.2400.36218.7125.4152.16
Hex667CA42618024db1934
Octal14617424446300443333164
Binary11001101111100101001001001101100001001001101101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,124,164); }

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

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

 a { background-color: rgb(102,124,164); }

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

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

 span { border-color: rgb(102,124,164); }

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