Html Css Color HEX #677097 Waikawa Grey

📋 copy color: '#677097'

red 103 ◦ green 112 ◦ blue 151

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

Shades of Waikawa Grey #677097

Tints of Waikawa Grey #677097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 28.14%
G = 30.6%
B = 41.26%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#677097 (or 0x677097) is known color: Waikawa Grey. HEX triplet: 67, 70 and 97. RGB value is (103,112,151). Sum of RGB (Red+Green+Blue) = 103+112+151=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #677097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677097 is #988F68. Grayscale: #717171. Windows color (decimal): -9998185 or 9924711. OLE color: 9924711.

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

Color convert

RGB 103 112 151 -
CMYK 0.32 0.26 0 0.41
HSL 228.75º 0.19% 0.5% -
HSV(B) 228.75º 0.32% 0.59% -
XYZ 16.97 16.71 31.61 -
YUV 113.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 103 112 151 0.32 0.26 0 0.41 228.75 0.19 0.5
Hex 67 70 97 20 1A 0 29 E5 13 32
Octal 147 160 227 40 32 0 51 345 23 62
Binary 1100111 1110000 10010111 100000 11010 0 101001 11100101 10011 110010

Color Harmonies of #677097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677097

Black with #677097

Text Example


Text Example

White with #677097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677097; }

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

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

background-color css

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

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

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

border-color css

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

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

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