Html Css Color HEX #626795 Waikawa Grey

📋 copy color: '#626795'

red 98 ◦ green 103 ◦ blue 149

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

Shades of Waikawa Grey #626795

Tints of Waikawa Grey #626795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 28%
G = 29.43%
B = 42.57%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#626795 (or 0x626795) is known color: Waikawa Grey. HEX triplet: 62, 67 and 95. RGB value is (98,103,149). Sum of RGB (Red+Green+Blue) = 98+103+149=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #626795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626795 is #9D986A. Grayscale: #6A6A6A. Windows color (decimal): -10328171 or 9791330. OLE color: 9791330.

HSL color Cylindrical-coordinate representation of color #626795: hue angle of 234.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #626795 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 103 149 -
CMYK 0.34 0.31 0 0.42
HSL 234.12º 0.21% 0.48% -
HSV(B) 234.12º 0.34% 0.58% -
XYZ 15.31 14.47 30.42 -
YUV 106.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 98 103 149 0.34 0.31 0 0.42 234.12 0.21 0.48
Hex 62 67 95 22 1F 0 2A EA 15 30
Octal 142 147 225 42 37 0 52 352 25 60
Binary 1100010 1100111 10010101 100010 11111 0 101010 11101010 10101 110000

Color Harmonies of #626795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626795

Black with #626795

Text Example


Text Example

White with #626795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626795; }

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

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

background-color css

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

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

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

border-color css

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

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

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