Html Css Color HEX #66799B Waikawa Grey

📋 copy color: '#66799B'

red 102 ◦ green 121 ◦ blue 155

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

Shades of Waikawa Grey #66799B

Tints of Waikawa Grey #66799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

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

R = 26.98%
G = 32.01%
B = 41.01%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66799B (or 0x66799B) is known color: Waikawa Grey. HEX triplet: 66, 79 and 9B. RGB value is (102,121,155). Sum of RGB (Red+Green+Blue) = 102+121+155=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #66799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66799B is #998664. Grayscale: #777777. Windows color (decimal): -10061413 or 10189158. OLE color: 10189158.

HSL color Cylindrical-coordinate representation of color #66799B: hue angle of 218.49º 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 #66799B is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 121 155 -
CMYK 0.34 0.22 0 0.39
HSL 218.49º 0.21% 0.5% -
HSV(B) 218.49º 0.34% 0.61% -
XYZ 18.23 18.87 33.69 -
YUV 119.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 102 121 155 0.34 0.22 0 0.39 218.49 0.21 0.5
Hex 66 79 9B 22 16 0 27 DA 15 32
Octal 146 171 233 42 26 0 47 332 25 62
Binary 1100110 1111001 10011011 100010 10110 0 100111 11011010 10101 110010

Color Harmonies of #66799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66799B

Black with #66799B

Text Example


Text Example

White with #66799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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