Html Css Color HEX #62689B Waikawa Grey

📋 copy color: '#62689B'

red 98 ◦ green 104 ◦ blue 155

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

Shades of Waikawa Grey #62689B

Tints of Waikawa Grey #62689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 27.45%
G = 29.13%
B = 43.42%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62689B (or 0x62689B) is known color: Waikawa Grey. HEX triplet: 62, 68 and 9B. RGB value is (98,104,155). Sum of RGB (Red+Green+Blue) = 98+104+155=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #62689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62689B is #9D9764. Grayscale: #6B6B6B. Windows color (decimal): -10327909 or 10184802. OLE color: 10184802.

HSL color Cylindrical-coordinate representation of color #62689B: hue angle of 233.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62689B is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 104 155 -
CMYK 0.37 0.33 0 0.39
HSL 233.68º 0.23% 0.5% -
HSV(B) 233.68º 0.37% 0.61% -
XYZ 15.9 14.86 33.04 -
YUV 108.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 98 104 155 0.37 0.33 0 0.39 233.68 0.23 0.5
Hex 62 68 9B 25 21 0 27 EA 17 32
Octal 142 150 233 45 41 0 47 352 27 62
Binary 1100010 1101000 10011011 100101 100001 0 100111 11101010 10111 110010

Color Harmonies of #62689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62689B

Black with #62689B

Text Example


Text Example

White with #62689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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