Html Css Color HEX #62698C Waikawa Grey

📋 copy color: '#62698C'

red 98 ◦ green 105 ◦ blue 140

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

Shades of Waikawa Grey #62698C

Tints of Waikawa Grey #62698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 28.57%
G = 30.61%
B = 40.82%

CMYK

 C value IS 0.3

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62698C (or 0x62698C) is known color: Waikawa Grey. HEX triplet: 62, 69 and 8C. RGB value is (98,105,140). Sum of RGB (Red+Green+Blue) = 98+105+140=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #62698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62698C is #9D9673. Grayscale: #6A6A6A. Windows color (decimal): -10327668 or 9202018. OLE color: 9202018.

HSL color Cylindrical-coordinate representation of color #62698C: hue angle of 230º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62698C is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 105 140 -
CMYK 0.3 0.25 0 0.45
HSL 230º 0.18% 0.47% -
HSV(B) 230º 0.3% 0.55% -
XYZ 14.82 14.59 26.85 -
YUV 106.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 98 105 140 0.3 0.25 0 0.45 230 0.18 0.47
Hex 62 69 8C 1E 19 0 2D E6 12 2F
Octal 142 151 214 36 31 0 55 346 22 57
Binary 1100010 1101001 10001100 11110 11001 0 101101 11100110 10010 101111

Color Harmonies of #62698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62698C

Black with #62698C

Text Example


Text Example

White with #62698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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