Html Css Color HEX #626883 Waikawa Grey

📋 copy color: '#626883'

red 98 ◦ green 104 ◦ blue 131

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

Shades of Waikawa Grey #626883

Tints of Waikawa Grey #626883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 29.43%
G = 31.23%
B = 39.34%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#626883 (or 0x626883) is known color: Waikawa Grey. HEX triplet: 62, 68 and 83. RGB value is (98,104,131). Sum of RGB (Red+Green+Blue) = 98+104+131=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #626883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626883 is #9D977C. Grayscale: #696969. Windows color (decimal): -10327933 or 8611938. OLE color: 8611938.

HSL color Cylindrical-coordinate representation of color #626883: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #626883 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 104 131 -
CMYK 0.25 0.21 0 0.49
HSL 229.09º 0.14% 0.45% -
HSV(B) 229.09º 0.25% 0.51% -
XYZ 14.08 14.14 23.46 -
YUV 105.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 98 104 131 0.25 0.21 0 0.49 229.09 0.14 0.45
Hex 62 68 83 19 15 0 31 E5 E 2D
Octal 142 150 203 31 25 0 61 345 16 55
Binary 1100010 1101000 10000011 11001 10101 0 110001 11100101 1110 101101

Color Harmonies of #626883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626883

Black with #626883

Text Example


Text Example

White with #626883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626883; }

 p { color: rgb(98,104,131); }

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

background-color css

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

 a { background-color: rgb(98,104,131); }

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

border-color css

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

 span { border-color: rgb(98,104,131); }

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