Html Css Color HEX #677399 Waikawa Grey

📋 copy color: '#677399'

red 103 ◦ green 115 ◦ blue 153

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

Shades of Waikawa Grey #677399

Tints of Waikawa Grey #677399

RGB

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

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

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

R = 27.76%
G = 31%
B = 41.24%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#677399 (or 0x677399) is known color: Waikawa Grey. HEX triplet: 67, 73 and 99. RGB value is (103,115,153). Sum of RGB (Red+Green+Blue) = 103+115+153=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #677399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677399 is #988C66. Grayscale: #737373. Windows color (decimal): -9997415 or 10056551. OLE color: 10056551.

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

Color convert

RGB 103 115 153 -
CMYK 0.33 0.25 0 0.4
HSL 225.6º 0.2% 0.5% -
HSV(B) 225.6º 0.33% 0.6% -
XYZ 17.47 17.44 32.58 -
YUV 115.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 103 115 153 0.33 0.25 0 0.4 225.6 0.2 0.5
Hex 67 73 99 21 19 0 28 E2 14 32
Octal 147 163 231 41 31 0 50 342 24 62
Binary 1100111 1110011 10011001 100001 11001 0 101000 11100010 10100 110010

Color Harmonies of #677399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677399

Black with #677399

Text Example


Text Example

White with #677399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677399; }

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

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

background-color css

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

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

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

border-color css

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

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

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