Html Css Color HEX #62698B Waikawa Grey

📋 copy color: '#62698B'

red 98 ◦ green 105 ◦ blue 139

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

Shades of Waikawa Grey #62698B

Tints of Waikawa Grey #62698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 28.65%
G = 30.7%
B = 40.64%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62698B (or 0x62698B) is known color: Waikawa Grey. HEX triplet: 62, 69 and 8B. RGB value is (98,105,139). Sum of RGB (Red+Green+Blue) = 98+105+139=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #62698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62698B is #9D9674. Grayscale: #6A6A6A. Windows color (decimal): -10327669 or 9136482. OLE color: 9136482.

HSL color Cylindrical-coordinate representation of color #62698B: hue angle of 229.76º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62698B is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 105 139 -
CMYK 0.29 0.24 0 0.45
HSL 229.76º 0.17% 0.46% -
HSV(B) 229.76º 0.29% 0.55% -
XYZ 14.75 14.56 26.46 -
YUV 106.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 98 105 139 0.29 0.24 0 0.45 229.76 0.17 0.46
Hex 62 69 8B 1D 18 0 2D E6 11 2E
Octal 142 151 213 35 30 0 55 346 21 56
Binary 1100010 1101001 10001011 11101 11000 0 101101 11100110 10001 101110

Color Harmonies of #62698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62698B

Black with #62698B

Text Example


Text Example

White with #62698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62698B; }

 p { color: rgb(98,105,139); }

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

background-color css

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

 a { background-color: rgb(98,105,139); }

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

border-color css

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

 span { border-color: rgb(98,105,139); }

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