Html Css Color HEX #626C98 Waikawa Grey

📋 copy color: '#626C98'

red 98 ◦ green 108 ◦ blue 152

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

Shades of Waikawa Grey #626C98

Tints of Waikawa Grey #626C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 27.37%
G = 30.17%
B = 42.46%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#626C98 (or 0x626C98) is known color: Waikawa Grey. HEX triplet: 62, 6C and 98. RGB value is (98,108,152). Sum of RGB (Red+Green+Blue) = 98+108+152=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #626C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C98 is #9D9367. Grayscale: #6D6D6D. Windows color (decimal): -10326888 or 9989218. OLE color: 9989218.

HSL color Cylindrical-coordinate representation of color #626C98: hue angle of 228.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626C98 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 108 152 -
CMYK 0.36 0.29 0 0.40
HSL 228.89º 0.22% 0.49% -
HSV(B) 228.89º 0.36% 0.6% -
XYZ 16.07 15.59 31.87 -
YUV 110.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 98 108 152 0.36 0.29 0 0.40 228.89 0.22 0.49
Hex 62 6C 98 24 1D 0 28 E5 16 31
Octal 142 154 230 44 35 0 50 345 26 61
Binary 1100010 1101100 10011000 100100 11101 0 101000 11100101 10110 110001

Color Harmonies of #626C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C98

Black with #626C98

Text Example


Text Example

White with #626C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626C98; }

 p { color: rgb(98,108,152); }

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

background-color css

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

 a { background-color: rgb(98,108,152); }

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

border-color css

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

 span { border-color: rgb(98,108,152); }

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