Html Css Color HEX #677599 Waikawa Grey

📋 copy color: '#677599'

red 103 ◦ green 117 ◦ blue 153

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

Shades of Waikawa Grey #677599

Tints of Waikawa Grey #677599

RGB

 RED value IS 103 (40.63% from 255) = 27.61%

 GREEN value IS 117 (46.09% from 255) = 31.37%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 27.61%
G = 31.37%
B = 41.02%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#677599 (or 0x677599) is known color: Waikawa Grey. HEX triplet: 67, 75 and 99. RGB value is (103,117,153). Sum of RGB (Red+Green+Blue) = 103+117+153=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #677599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677599 is #988A66. Grayscale: #747474. Windows color (decimal): -9996903 or 10057063. OLE color: 10057063.

HSL color Cylindrical-coordinate representation of color #677599: hue angle of 223.2º 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 #677599 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 117 153 -
CMYK 0.33 0.24 0 0.4
HSL 223.2º 0.2% 0.5% -
HSV(B) 223.2º 0.33% 0.6% -
XYZ 17.7 17.91 32.66 -
YUV 116.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 103 117 153 0.33 0.24 0 0.4 223.2 0.2 0.5
Hex 67 75 99 21 18 0 28 DF 14 32
Octal 147 165 231 41 30 0 50 337 24 62
Binary 1100111 1110101 10011001 100001 11000 0 101000 11011111 10100 110010

Color Harmonies of #677599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677599

Black with #677599

Text Example


Text Example

White with #677599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677599; }

 p { color: rgb(103,117,153); }

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

background-color css

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

 a { background-color: rgb(103,117,153); }

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

border-color css

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

 span { border-color: rgb(103,117,153); }

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