Html Css Color HEX #627A9B Waikawa Grey

📋 copy color: '#627A9B'

red 98 ◦ green 122 ◦ blue 155

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

Shades of Waikawa Grey #627A9B

Tints of Waikawa Grey #627A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 26.13%
G = 32.53%
B = 41.33%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#627A9B (or 0x627A9B) is known color: Waikawa Grey. HEX triplet: 62, 7A and 9B. RGB value is (98,122,155). Sum of RGB (Red+Green+Blue) = 98+122+155=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #627A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A9B is #9D8564. Grayscale: #767676. Windows color (decimal): -10323301 or 10189410. OLE color: 10189410.

HSL color Cylindrical-coordinate representation of color #627A9B: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627A9B is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 122 155 -
CMYK 0.37 0.21 0 0.39
HSL 214.74º 0.23% 0.5% -
HSV(B) 214.74º 0.37% 0.61% -
XYZ 17.91 18.88 33.71 -
YUV 118.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 98 122 155 0.37 0.21 0 0.39 214.74 0.23 0.5
Hex 62 7A 9B 25 15 0 27 D7 17 32
Octal 142 172 233 45 25 0 47 327 27 62
Binary 1100010 1111010 10011011 100101 10101 0 100111 11010111 10111 110010

Color Harmonies of #627A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A9B

Black with #627A9B

Text Example


Text Example

White with #627A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A9B; }

 p { color: rgb(98,122,155); }

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

background-color css

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

 a { background-color: rgb(98,122,155); }

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

border-color css

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

 span { border-color: rgb(98,122,155); }

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