Html Css Color HEX #627693 Waikawa Grey

📋 copy color: '#627693'

red 98 ◦ green 118 ◦ blue 147

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

Shades of Waikawa Grey #627693

Tints of Waikawa Grey #627693

RGB

 RED value IS 98 (38.67% from 255) = 27%

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 27%
G = 32.51%
B = 40.5%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627693 (or 0x627693) is known color: Waikawa Grey. HEX triplet: 62, 76 and 93. RGB value is (98,118,147). Sum of RGB (Red+Green+Blue) = 98+118+147=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #627693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627693 is #9D896C. Grayscale: #737373. Windows color (decimal): -10324333 or 9664098. OLE color: 9664098.

HSL color Cylindrical-coordinate representation of color #627693: hue angle of 215.51º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627693 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 118 147 -
CMYK 0.33 0.20 0 0.42
HSL 215.51º 0.2% 0.48% -
HSV(B) 215.51º 0.33% 0.58% -
XYZ 16.78 17.66 30.13 -
YUV 115.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 98 118 147 0.33 0.20 0 0.42 215.51 0.2 0.48
Hex 62 76 93 21 14 0 2A D8 14 30
Octal 142 166 223 41 24 0 52 330 24 60
Binary 1100010 1110110 10010011 100001 10100 0 101010 11011000 10100 110000

Color Harmonies of #627693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627693

Black with #627693

Text Example


Text Example

White with #627693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627693; }

 p { color: rgb(98,118,147); }

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

background-color css

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

 a { background-color: rgb(98,118,147); }

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

border-color css

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

 span { border-color: rgb(98,118,147); }

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