#66758F

Color #66758F Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #66758F

Tints of Waikawa Grey #66758F

Color information

#66758F (or 0x66758F) is unknown color: approx Waikawa Grey. HEX triplet: 66, 75 and 8F. RGB value is (102,117,143). Sum of RGB (Red+Green+Blue) = 102+117+143=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #66758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66758F is #998A70. Grayscale: #737373. Windows color (decimal): -10062449 or 9401702. OLE color: 9401702.

HSL color Cylindrical-coordinate representation of color #66758F: hue angle of 218.05º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66758F is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102117143-
CMYK0.290.1800.44
HSL218.05º16.73%48.04%-
HSV(B)218.05º28.67%56.08%-
XYZ16.817.5328.48-
YUV115.48143.53118.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=28.18%
G=32.32%
B=39.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021171430.290.1800.44218.0516.7348.04
Hex66758F1D1202Cda1130
Octal14616521735220543322160
Binary1100110111010110001111111011001001011001101101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66758F; }

 p { color: rgb(102,117,143); }

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

<style>
 a { background-color: #66758F; }

 a { background-color: rgb(102,117,143); }

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

<style>
 span { border-color: #66758F; }

 span { border-color: rgb(102,117,143); }

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