Html Css Color HEX #677799 Waikawa Grey

📋 copy color: '#677799'

red 103 ◦ green 119 ◦ blue 153

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

Shades of Waikawa Grey #677799

Tints of Waikawa Grey #677799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 27.47%
G = 31.73%
B = 40.8%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#677799 (or 0x677799) is known color: Waikawa Grey. HEX triplet: 67, 77 and 99. RGB value is (103,119,153). Sum of RGB (Red+Green+Blue) = 103+119+153=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #677799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677799 is #988866. Grayscale: #757575. Windows color (decimal): -9996391 or 10057575. OLE color: 10057575.

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

Color convert

RGB 103 119 153 -
CMYK 0.33 0.22 0 0.4
HSL 220.8º 0.2% 0.5% -
HSV(B) 220.8º 0.33% 0.6% -
XYZ 17.94 18.38 32.74 -
YUV 118.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 103 119 153 0.33 0.22 0 0.4 220.8 0.2 0.5
Hex 67 77 99 21 16 0 28 DD 14 32
Octal 147 167 231 41 26 0 50 335 24 62
Binary 1100111 1110111 10011001 100001 10110 0 101000 11011101 10100 110010

Color Harmonies of #677799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677799

Black with #677799

Text Example


Text Example

White with #677799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677799; }

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

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

background-color css

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

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

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

border-color css

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

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

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