Html Css Color HEX #677398 Waikawa Grey

📋 copy color: '#677398'

red 103 ◦ green 115 ◦ blue 152

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

Shades of Waikawa Grey #677398

Tints of Waikawa Grey #677398

RGB

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

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

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

R = 27.84%
G = 31.08%
B = 41.08%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#677398 (or 0x677398) is known color: Waikawa Grey. HEX triplet: 67, 73 and 98. RGB value is (103,115,152). Sum of RGB (Red+Green+Blue) = 103+115+152=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #677398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677398 is #988C67. Grayscale: #737373. Windows color (decimal): -9997416 or 9991015. OLE color: 9991015.

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

Color convert

RGB 103 115 152 -
CMYK 0.32 0.24 0 0.40
HSL 225.31º 0.19% 0.5% -
HSV(B) 225.31º 0.32% 0.6% -
XYZ 17.39 17.41 32.15 -
YUV 115.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 103 115 152 0.32 0.24 0 0.40 225.31 0.19 0.5
Hex 67 73 98 20 18 0 28 E1 13 32
Octal 147 163 230 40 30 0 50 341 23 62
Binary 1100111 1110011 10011000 100000 11000 0 101000 11100001 10011 110010

Color Harmonies of #677398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677398

Black with #677398

Text Example


Text Example

White with #677398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677398; }

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

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

background-color css

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

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

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

border-color css

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

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

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