Html Css Color HEX #626885 Waikawa Grey

📋 copy color: '#626885'

red 98 ◦ green 104 ◦ blue 133

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

Shades of Waikawa Grey #626885

Tints of Waikawa Grey #626885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 29.25%
G = 31.04%
B = 39.7%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#626885 (or 0x626885) is known color: Waikawa Grey. HEX triplet: 62, 68 and 85. RGB value is (98,104,133). Sum of RGB (Red+Green+Blue) = 98+104+133=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #626885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626885 is #9D977A. Grayscale: #696969. Windows color (decimal): -10327931 or 8743010. OLE color: 8743010.

HSL color Cylindrical-coordinate representation of color #626885: hue angle of 229.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626885 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 104 133 -
CMYK 0.26 0.22 0 0.48
HSL 229.71º 0.15% 0.45% -
HSV(B) 229.71º 0.26% 0.52% -
XYZ 14.22 14.19 24.18 -
YUV 105.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 98 104 133 0.26 0.22 0 0.48 229.71 0.15 0.45
Hex 62 68 85 1A 16 0 30 E6 F 2D
Octal 142 150 205 32 26 0 60 346 17 55
Binary 1100010 1101000 10000101 11010 10110 0 110000 11100110 1111 101101

Color Harmonies of #626885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626885

Black with #626885

Text Example


Text Example

White with #626885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626885; }

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

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

background-color css

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

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

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

border-color css

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

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

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