Html Css Color HEX #627596 Waikawa Grey

📋 copy color: '#627596'

red 98 ◦ green 117 ◦ blue 150

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

Shades of Waikawa Grey #627596

Tints of Waikawa Grey #627596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 26.85%
G = 32.05%
B = 41.1%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#627596 (or 0x627596) is known color: Waikawa Grey. HEX triplet: 62, 75 and 96. RGB value is (98,117,150). Sum of RGB (Red+Green+Blue) = 98+117+150=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #627596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627596 is #9D8A69. Grayscale: #727272. Windows color (decimal): -10324586 or 9860450. OLE color: 9860450.

HSL color Cylindrical-coordinate representation of color #627596: hue angle of 218.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #627596 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 117 150 -
CMYK 0.35 0.22 0 0.41
HSL 218.08º 0.21% 0.49% -
HSV(B) 218.08º 0.35% 0.59% -
XYZ 16.9 17.52 31.35 -
YUV 115.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 98 117 150 0.35 0.22 0 0.41 218.08 0.21 0.49
Hex 62 75 96 23 16 0 29 DA 15 31
Octal 142 165 226 43 26 0 51 332 25 61
Binary 1100010 1110101 10010110 100011 10110 0 101001 11011010 10101 110001

Color Harmonies of #627596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627596

Black with #627596

Text Example


Text Example

White with #627596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627596; }

 p { color: rgb(98,117,150); }

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

background-color css

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

 a { background-color: rgb(98,117,150); }

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

border-color css

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

 span { border-color: rgb(98,117,150); }

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