Html Css Color HEX #627BA0 Waikawa Grey

📋 copy color: '#627BA0'

red 98 ◦ green 123 ◦ blue 160

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

Shades of Waikawa Grey #627BA0

Tints of Waikawa Grey #627BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 25.72%
G = 32.28%
B = 41.99%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#627BA0 (or 0x627BA0) is known color: Waikawa Grey. HEX triplet: 62, 7B and A0. RGB value is (98,123,160). Sum of RGB (Red+Green+Blue) = 98+123+160=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #627BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627BA0 is #9D845F. Grayscale: #777777. Windows color (decimal): -10323040 or 10517346. OLE color: 10517346.

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

Color convert

RGB 98 123 160 -
CMYK 0.39 0.23 0 0.37
HSL 215.81º 0.25% 0.51% -
HSV(B) 215.81º 0.39% 0.63% -
XYZ 18.47 19.3 36.01 -
YUV 119.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 98 123 160 0.39 0.23 0 0.37 215.81 0.25 0.51
Hex 62 7B A0 27 17 0 25 D8 19 33
Octal 142 173 240 47 27 0 45 330 31 63
Binary 1100010 1111011 10100000 100111 10111 0 100101 11011000 11001 110011

Color Harmonies of #627BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627BA0

Black with #627BA0

Text Example


Text Example

White with #627BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,123,160); }

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

background-color css

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

 a { background-color: rgb(98,123,160); }

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

border-color css

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

 span { border-color: rgb(98,123,160); }

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