Html Css Color HEX #677698 Waikawa Grey

📋 copy color: '#677698'

red 103 ◦ green 118 ◦ blue 152

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

Shades of Waikawa Grey #677698

Tints of Waikawa Grey #677698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 27.61%
G = 31.64%
B = 40.75%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#677698 (or 0x677698) is known color: Waikawa Grey. HEX triplet: 67, 76 and 98. RGB value is (103,118,152). Sum of RGB (Red+Green+Blue) = 103+118+152=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #677698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677698 is #988967. Grayscale: #757575. Windows color (decimal): -9996648 or 9991783. OLE color: 9991783.

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

Color convert

RGB 103 118 152 -
CMYK 0.32 0.22 0 0.40
HSL 221.63º 0.19% 0.5% -
HSV(B) 221.63º 0.32% 0.6% -
XYZ 17.74 18.11 32.27 -
YUV 117.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 103 118 152 0.32 0.22 0 0.40 221.63 0.19 0.5
Hex 67 76 98 20 16 0 28 DE 13 32
Octal 147 166 230 40 26 0 50 336 23 62
Binary 1100111 1110110 10011000 100000 10110 0 101000 11011110 10011 110010

Color Harmonies of #677698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677698

Black with #677698

Text Example


Text Example

White with #677698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677698; }

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

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

background-color css

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

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

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

border-color css

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

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

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