Html Css Color HEX #677188 Waikawa Grey

📋 copy color: '#677188'

red 103 ◦ green 113 ◦ blue 136

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

Shades of Waikawa Grey #677188

Tints of Waikawa Grey #677188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 29.26%
G = 32.1%
B = 38.64%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#677188 (or 0x677188) is known color: Waikawa Grey. HEX triplet: 67, 71 and 88. RGB value is (103,113,136). Sum of RGB (Red+Green+Blue) = 103+113+136=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #677188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677188 is #988E77. Grayscale: #707070. Windows color (decimal): -9997944 or 8941927. OLE color: 8941927.

HSL color Cylindrical-coordinate representation of color #677188: hue angle of 221.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #677188 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 113 136 -
CMYK 0.24 0.17 0 0.47
HSL 221.82º 0.14% 0.47% -
HSV(B) 221.82º 0.24% 0.53% -
XYZ 15.94 16.47 25.63 -
YUV 112.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 103 113 136 0.24 0.17 0 0.47 221.82 0.14 0.47
Hex 67 71 88 18 11 0 2F DE E 2F
Octal 147 161 210 30 21 0 57 336 16 57
Binary 1100111 1110001 10001000 11000 10001 0 101111 11011110 1110 101111

Color Harmonies of #677188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677188

Black with #677188

Text Example


Text Example

White with #677188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677188; }

 p { color: rgb(103,113,136); }

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

background-color css

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

 a { background-color: rgb(103,113,136); }

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

border-color css

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

 span { border-color: rgb(103,113,136); }

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