Html Css Color HEX #627296 Waikawa Grey

📋 copy color: '#627296'

red 98 ◦ green 114 ◦ blue 150

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

Shades of Waikawa Grey #627296

Tints of Waikawa Grey #627296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

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

R = 27.07%
G = 31.49%
B = 41.44%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#627296 (or 0x627296) is known color: Waikawa Grey. HEX triplet: 62, 72 and 96. RGB value is (98,114,150). Sum of RGB (Red+Green+Blue) = 98+114+150=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #627296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627296 is #9D8D69. Grayscale: #717171. Windows color (decimal): -10325354 or 9859682. OLE color: 9859682.

HSL color Cylindrical-coordinate representation of color #627296: hue angle of 221.54º 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 #627296 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 114 150 -
CMYK 0.35 0.24 0 0.41
HSL 221.54º 0.21% 0.49% -
HSV(B) 221.54º 0.35% 0.59% -
XYZ 16.56 16.83 31.23 -
YUV 113.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 98 114 150 0.35 0.24 0 0.41 221.54 0.21 0.49
Hex 62 72 96 23 18 0 29 DE 15 31
Octal 142 162 226 43 30 0 51 336 25 61
Binary 1100010 1110010 10010110 100011 11000 0 101001 11011110 10101 110001

Color Harmonies of #627296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627296

Black with #627296

Text Example


Text Example

White with #627296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627296; }

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

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

background-color css

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

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

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

border-color css

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

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

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