Html Css Color HEX #626792 Waikawa Grey

📋 copy color: '#626792'

red 98 ◦ green 103 ◦ blue 146

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

Shades of Waikawa Grey #626792

Tints of Waikawa Grey #626792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 28.24%
G = 29.68%
B = 42.07%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#626792 (or 0x626792) is known color: Waikawa Grey. HEX triplet: 62, 67 and 92. RGB value is (98,103,146). Sum of RGB (Red+Green+Blue) = 98+103+146=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #626792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626792 is #9D986D. Grayscale: #6A6A6A. Windows color (decimal): -10328174 or 9594722. OLE color: 9594722.

HSL color Cylindrical-coordinate representation of color #626792: hue angle of 233.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #626792 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 103 146 -
CMYK 0.33 0.29 0 0.43
HSL 233.75º 0.2% 0.48% -
HSV(B) 233.75º 0.33% 0.57% -
XYZ 15.08 14.37 29.17 -
YUV 106.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 98 103 146 0.33 0.29 0 0.43 233.75 0.2 0.48
Hex 62 67 92 21 1D 0 2B EA 14 30
Octal 142 147 222 41 35 0 53 352 24 60
Binary 1100010 1100111 10010010 100001 11101 0 101011 11101010 10100 110000

Color Harmonies of #626792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626792

Black with #626792

Text Example


Text Example

White with #626792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626792; }

 p { color: rgb(98,103,146); }

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

background-color css

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

 a { background-color: rgb(98,103,146); }

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

border-color css

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

 span { border-color: rgb(98,103,146); }

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