Html Css Color HEX #62688A Waikawa Grey

📋 copy color: '#62688A'

red 98 ◦ green 104 ◦ blue 138

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

Shades of Waikawa Grey #62688A

Tints of Waikawa Grey #62688A

RGB

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

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

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

R = 28.82%
G = 30.59%
B = 40.59%

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

#62688A (or 0x62688A) is known color: Waikawa Grey. HEX triplet: 62, 68 and 8A. RGB value is (98,104,138). Sum of RGB (Red+Green+Blue) = 98+104+138=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #62688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62688A is #9D9775. Grayscale: #696969. Windows color (decimal): -10327926 or 9070690. OLE color: 9070690.

HSL color Cylindrical-coordinate representation of color #62688A: hue angle of 231º 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 #62688A is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 104 138 -
CMYK 0.29 0.25 0 0.46
HSL 231º 0.17% 0.46% -
HSV(B) 231º 0.29% 0.54% -
XYZ 14.57 14.33 26.04 -
YUV 106.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 98 104 138 0.29 0.25 0 0.46 231 0.17 0.46
Hex 62 68 8A 1D 19 0 2E E7 11 2E
Octal 142 150 212 35 31 0 56 347 21 56
Binary 1100010 1101000 10001010 11101 11001 0 101110 11100111 10001 101110

Color Harmonies of #62688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62688A

Black with #62688A

Text Example


Text Example

White with #62688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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