Html Css Color HEX #647085 Waikawa Grey

📋 copy color: '#647085'

red 100 ◦ green 112 ◦ blue 133

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

Shades of Waikawa Grey #647085

Tints of Waikawa Grey #647085

RGB

 RED value IS 100 (39.45% from 255) = 28.99%

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

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 28.99%
G = 32.46%
B = 38.55%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647085 (or 0x647085) is known color: Waikawa Grey. HEX triplet: 64, 70 and 85. RGB value is (100,112,133). Sum of RGB (Red+Green+Blue) = 100+112+133=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #647085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647085 is #9B8F7A. Grayscale: #6E6E6E. Windows color (decimal): -10194811 or 8745060. OLE color: 8745060.

HSL color Cylindrical-coordinate representation of color #647085: hue angle of 218.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647085 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 112 133 -
CMYK 0.25 0.16 0 0.48
HSL 218.18º 0.14% 0.46% -
HSV(B) 218.18º 0.25% 0.52% -
XYZ 15.28 15.99 24.47 -
YUV 110.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 100 112 133 0.25 0.16 0 0.48 218.18 0.14 0.46
Hex 64 70 85 19 10 0 30 DA E 2E
Octal 144 160 205 31 20 0 60 332 16 56
Binary 1100100 1110000 10000101 11001 10000 0 110000 11011010 1110 101110

Color Harmonies of #647085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647085

Black with #647085

Text Example


Text Example

White with #647085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647085; }

 p { color: rgb(100,112,133); }

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

background-color css

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

 a { background-color: rgb(100,112,133); }

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

border-color css

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

 span { border-color: rgb(100,112,133); }

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