Html Css Color HEX #626C8C Waikawa Grey

📋 copy color: '#626C8C'

red 98 ◦ green 108 ◦ blue 140

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

Shades of Waikawa Grey #626C8C

Tints of Waikawa Grey #626C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 28.32%
G = 31.21%
B = 40.46%

CMYK

 C value IS 0.3

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#626C8C (or 0x626C8C) is known color: Waikawa Grey. HEX triplet: 62, 6C and 8C. RGB value is (98,108,140). Sum of RGB (Red+Green+Blue) = 98+108+140=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #626C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C8C is #9D9373. Grayscale: #6C6C6C. Windows color (decimal): -10326900 or 9202786. OLE color: 9202786.

HSL color Cylindrical-coordinate representation of color #626C8C: hue angle of 225.71º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #626C8C is Cyan = 0.3, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 108 140 -
CMYK 0.3 0.23 0 0.45
HSL 225.71º 0.18% 0.47% -
HSV(B) 225.71º 0.3% 0.55% -
XYZ 15.13 15.22 26.95 -
YUV 108.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 98 108 140 0.3 0.23 0 0.45 225.71 0.18 0.47
Hex 62 6C 8C 1E 17 0 2D E2 12 2F
Octal 142 154 214 36 27 0 55 342 22 57
Binary 1100010 1101100 10001100 11110 10111 0 101101 11100010 10010 101111

Color Harmonies of #626C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C8C

Black with #626C8C

Text Example


Text Example

White with #626C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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