Html Css Color HEX #677895 Waikawa Grey

📋 copy color: '#677895'

red 103 ◦ green 120 ◦ blue 149

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

Shades of Waikawa Grey #677895

Tints of Waikawa Grey #677895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 27.69%
G = 32.26%
B = 40.05%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677895 (or 0x677895) is known color: Waikawa Grey. HEX triplet: 67, 78 and 95. RGB value is (103,120,149). Sum of RGB (Red+Green+Blue) = 103+120+149=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #677895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677895 is #98876A. Grayscale: #767676. Windows color (decimal): -9996139 or 9795687. OLE color: 9795687.

HSL color Cylindrical-coordinate representation of color #677895: hue angle of 217.83º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #677895 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 120 149 -
CMYK 0.31 0.19 0 0.42
HSL 217.83º 0.18% 0.49% -
HSV(B) 217.83º 0.31% 0.58% -
XYZ 17.73 18.49 31.07 -
YUV 118.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 103 120 149 0.31 0.19 0 0.42 217.83 0.18 0.49
Hex 67 78 95 1F 13 0 2A DA 12 31
Octal 147 170 225 37 23 0 52 332 22 61
Binary 1100111 1111000 10010101 11111 10011 0 101010 11011010 10010 110001

Color Harmonies of #677895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677895

Black with #677895

Text Example


Text Example

White with #677895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677895; }

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

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

background-color css

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

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

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

border-color css

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

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

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