Html Css Color HEX #627BA4 Waikawa Grey

📋 copy color: '#627BA4'

red 98 ◦ green 123 ◦ blue 164

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

Shades of Waikawa Grey #627BA4

Tints of Waikawa Grey #627BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 25.45%
G = 31.95%
B = 42.6%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#627BA4 (or 0x627BA4) is known color: Waikawa Grey. HEX triplet: 62, 7B and A4. RGB value is (98,123,164). Sum of RGB (Red+Green+Blue) = 98+123+164=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #627BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627BA4 is #9D845B. Grayscale: #787878. Windows color (decimal): -10323036 or 10779490. OLE color: 10779490.

HSL color Cylindrical-coordinate representation of color #627BA4: hue angle of 217.27º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #627BA4 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 123 164 -
CMYK 0.40 0.25 0 0.36
HSL 217.27º 0.27% 0.51% -
HSV(B) 217.27º 0.4% 0.64% -
XYZ 18.82 19.44 37.88 -
YUV 120.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 98 123 164 0.40 0.25 0 0.36 217.27 0.27 0.51
Hex 62 7B A4 28 19 0 24 D9 1B 33
Octal 142 173 244 50 31 0 44 331 33 63
Binary 1100010 1111011 10100100 101000 11001 0 100100 11011001 11011 110011

Color Harmonies of #627BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627BA4

Black with #627BA4

Text Example


Text Example

White with #627BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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