Html Css Color HEX #627AA4 Waikawa Grey

📋 copy color: '#627AA4'

red 98 ◦ green 122 ◦ blue 164

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

Shades of Waikawa Grey #627AA4

Tints of Waikawa Grey #627AA4

RGB

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

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

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

R = 25.52%
G = 31.77%
B = 42.71%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#627AA4 (or 0x627AA4) is known color: Waikawa Grey. HEX triplet: 62, 7A and A4. RGB value is (98,122,164). Sum of RGB (Red+Green+Blue) = 98+122+164=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #627AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627AA4 is #9D855B. Grayscale: #777777. Windows color (decimal): -10323292 or 10779234. OLE color: 10779234.

HSL color Cylindrical-coordinate representation of color #627AA4: hue angle of 218.18º 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 #627AA4 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 122 164 -
CMYK 0.40 0.26 0 0.36
HSL 218.18º 0.27% 0.51% -
HSV(B) 218.18º 0.4% 0.64% -
XYZ 18.7 19.2 37.84 -
YUV 119.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 98 122 164 0.40 0.26 0 0.36 218.18 0.27 0.51
Hex 62 7A A4 28 1A 0 24 DA 1B 33
Octal 142 172 244 50 32 0 44 332 33 63
Binary 1100010 1111010 10100100 101000 11010 0 100100 11011010 11011 110011

Color Harmonies of #627AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627AA4

Black with #627AA4

Text Example


Text Example

White with #627AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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