Html Css Color HEX #677088 Waikawa Grey

📋 copy color: '#677088'

red 103 ◦ green 112 ◦ blue 136

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

Shades of Waikawa Grey #677088

Tints of Waikawa Grey #677088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 29.34%
G = 31.91%
B = 38.75%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#677088 (or 0x677088) is known color: Waikawa Grey. HEX triplet: 67, 70 and 88. RGB value is (103,112,136). Sum of RGB (Red+Green+Blue) = 103+112+136=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #677088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677088 is #988F77. Grayscale: #6F6F6F. Windows color (decimal): -9998200 or 8941671. OLE color: 8941671.

HSL color Cylindrical-coordinate representation of color #677088: hue angle of 223.64º 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 #677088 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 112 136 -
CMYK 0.24 0.18 0 0.47
HSL 223.64º 0.14% 0.47% -
HSV(B) 223.64º 0.24% 0.53% -
XYZ 15.83 16.25 25.59 -
YUV 112.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 103 112 136 0.24 0.18 0 0.47 223.64 0.14 0.47
Hex 67 70 88 18 12 0 2F E0 E 2F
Octal 147 160 210 30 22 0 57 340 16 57
Binary 1100111 1110000 10001000 11000 10010 0 101111 11100000 1110 101111

Color Harmonies of #677088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677088

Black with #677088

Text Example


Text Example

White with #677088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677088; }

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

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

background-color css

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

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

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

border-color css

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

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

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