Html Css Color HEX #667898 Waikawa Grey

📋 copy color: '#667898'

red 102 ◦ green 120 ◦ blue 152

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

Shades of Waikawa Grey #667898

Tints of Waikawa Grey #667898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 27.27%
G = 32.09%
B = 40.64%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#667898 (or 0x667898) is known color: Waikawa Grey. HEX triplet: 66, 78 and 98. RGB value is (102,120,152). Sum of RGB (Red+Green+Blue) = 102+120+152=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #667898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667898 is #998767. Grayscale: #767676. Windows color (decimal): -10061672 or 9992294. OLE color: 9992294.

HSL color Cylindrical-coordinate representation of color #667898: hue angle of 218.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667898 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 120 152 -
CMYK 0.33 0.21 0 0.40
HSL 218.4º 0.2% 0.5% -
HSV(B) 218.4º 0.33% 0.6% -
XYZ 17.86 18.52 32.34 -
YUV 118.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 102 120 152 0.33 0.21 0 0.40 218.4 0.2 0.5
Hex 66 78 98 21 15 0 28 DA 14 32
Octal 146 170 230 41 25 0 50 332 24 62
Binary 1100110 1111000 10011000 100001 10101 0 101000 11011010 10100 110010

Color Harmonies of #667898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667898

Black with #667898

Text Example


Text Example

White with #667898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667898; }

 p { color: rgb(102,120,152); }

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

background-color css

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

 a { background-color: rgb(102,120,152); }

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

border-color css

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

 span { border-color: rgb(102,120,152); }

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