Html Css Color HEX #677898 Waikawa Grey

📋 copy color: '#677898'

red 103 ◦ green 120 ◦ blue 152

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

Shades of Waikawa Grey #677898

Tints of Waikawa Grey #677898

RGB

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

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

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

R = 27.47%
G = 32%
B = 40.53%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#677898 (or 0x677898) is known color: Waikawa Grey. HEX triplet: 67, 78 and 98. RGB value is (103,120,152). Sum of RGB (Red+Green+Blue) = 103+120+152=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #677898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677898 is #988767. Grayscale: #767676. Windows color (decimal): -9996136 or 9992295. OLE color: 9992295.

HSL color Cylindrical-coordinate representation of color #677898: hue angle of 219.18º 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 #677898 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 120 152 -
CMYK 0.32 0.21 0 0.40
HSL 219.18º 0.19% 0.5% -
HSV(B) 219.18º 0.32% 0.6% -
XYZ 17.98 18.58 32.35 -
YUV 118.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 103 120 152 0.32 0.21 0 0.40 219.18 0.19 0.5
Hex 67 78 98 20 15 0 28 DB 13 32
Octal 147 170 230 40 25 0 50 333 23 62
Binary 1100111 1111000 10011000 100000 10101 0 101000 11011011 10011 110010

Color Harmonies of #677898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677898

Black with #677898

Text Example


Text Example

White with #677898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677898; }

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

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

background-color css

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

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

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

border-color css

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

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

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