Html Css Color HEX #66748F Waikawa Grey

📋 copy color: '#66748F'

red 102 ◦ green 116 ◦ blue 143

#66748F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #66748F

Tints of Waikawa Grey #66748F

RGB

 RED value IS 102 (40.23% from 255) = 28.25%

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 28.25%
G = 32.13%
B = 39.61%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66748F (or 0x66748F) is known color: Waikawa Grey. HEX triplet: 66, 74 and 8F. RGB value is (102,116,143). Sum of RGB (Red+Green+Blue) = 102+116+143=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #66748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66748F is #998B70. Grayscale: #727272. Windows color (decimal): -10062705 or 9401446. OLE color: 9401446.

HSL color Cylindrical-coordinate representation of color #66748F: hue angle of 219.51º 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 #66748F is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 116 143 -
CMYK 0.29 0.19 0 0.44
HSL 219.51º 0.17% 0.48% -
HSV(B) 219.51º 0.29% 0.56% -
XYZ 16.68 17.3 28.45 -
YUV 114.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 102 116 143 0.29 0.19 0 0.44 219.51 0.17 0.48
Hex 66 74 8F 1D 13 0 2C DC 11 30
Octal 146 164 217 35 23 0 54 334 21 60
Binary 1100110 1110100 10001111 11101 10011 0 101100 11011100 10001 110000

Color Harmonies of #66748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66748F

Black with #66748F

Text Example


Text Example

White with #66748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66748F;
 }
 .AnyTagClassName
 {
   color: #66748F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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