Html Css Color HEX #62678A Waikawa Grey

📋 copy color: '#62678A'

red 98 ◦ green 103 ◦ blue 138

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

Shades of Waikawa Grey #62678A

Tints of Waikawa Grey #62678A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 28.91%
G = 30.38%
B = 40.71%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#62678A (or 0x62678A) is known color: Waikawa Grey. HEX triplet: 62, 67 and 8A. RGB value is (98,103,138). Sum of RGB (Red+Green+Blue) = 98+103+138=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #62678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62678A is #9D9875. Grayscale: #696969. Windows color (decimal): -10328182 or 9070434. OLE color: 9070434.

HSL color Cylindrical-coordinate representation of color #62678A: hue angle of 232.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62678A is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 103 138 -
CMYK 0.29 0.25 0 0.46
HSL 232.5º 0.17% 0.46% -
HSV(B) 232.5º 0.29% 0.54% -
XYZ 14.47 14.13 26.01 -
YUV 105.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 98 103 138 0.29 0.25 0 0.46 232.5 0.17 0.46
Hex 62 67 8A 1D 19 0 2E E8 11 2E
Octal 142 147 212 35 31 0 56 350 21 56
Binary 1100010 1100111 10001010 11101 11001 0 101110 11101000 10001 101110

Color Harmonies of #62678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62678A

Black with #62678A

Text Example


Text Example

White with #62678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62678A; }

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

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

background-color css

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

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

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

border-color css

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

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

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