Html Css Color HEX #66739B Waikawa Grey

📋 copy color: '#66739B'

red 102 ◦ green 115 ◦ blue 155

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

Shades of Waikawa Grey #66739B

Tints of Waikawa Grey #66739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 27.42%
G = 30.91%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66739B (or 0x66739B) is known color: Waikawa Grey. HEX triplet: 66, 73 and 9B. RGB value is (102,115,155). Sum of RGB (Red+Green+Blue) = 102+115+155=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #66739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66739B is #998C64. Grayscale: #737373. Windows color (decimal): -10062949 or 10187622. OLE color: 10187622.

HSL color Cylindrical-coordinate representation of color #66739B: hue angle of 225.28º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66739B is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 115 155 -
CMYK 0.34 0.26 0 0.39
HSL 225.28º 0.21% 0.5% -
HSV(B) 225.28º 0.34% 0.61% -
XYZ 17.53 17.45 33.46 -
YUV 115.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 102 115 155 0.34 0.26 0 0.39 225.28 0.21 0.5
Hex 66 73 9B 22 1A 0 27 E1 15 32
Octal 146 163 233 42 32 0 47 341 25 62
Binary 1100110 1110011 10011011 100010 11010 0 100111 11100001 10101 110010

Color Harmonies of #66739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66739B

Black with #66739B

Text Example


Text Example

White with #66739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66739B; }

 p { color: rgb(102,115,155); }

 H1.HeaderClassName
 {
   color: #66739B;
 }
 .AnyTagClassName
 {
   color: #66739B;
 }
</style>

background-color css

<style>
 a { background-color: #66739B; }

 a { background-color: rgb(102,115,155); }

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

border-color css

<style>
 span { border-color: #66739B; }

 span { border-color: rgb(102,115,155); }

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