Html Css Color HEX #62688B Waikawa Grey

📋 copy color: '#62688B'

red 98 ◦ green 104 ◦ blue 139

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

Shades of Waikawa Grey #62688B

Tints of Waikawa Grey #62688B

RGB

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

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

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

R = 28.74%
G = 30.5%
B = 40.76%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62688B (or 0x62688B) is known color: Waikawa Grey. HEX triplet: 62, 68 and 8B. RGB value is (98,104,139). Sum of RGB (Red+Green+Blue) = 98+104+139=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #62688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62688B is #9D9774. Grayscale: #6A6A6A. Windows color (decimal): -10327925 or 9136226. OLE color: 9136226.

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

Color convert

RGB 98 104 139 -
CMYK 0.29 0.25 0 0.45
HSL 231.22º 0.17% 0.46% -
HSV(B) 231.22º 0.29% 0.55% -
XYZ 14.65 14.36 26.43 -
YUV 106.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 98 104 139 0.29 0.25 0 0.45 231.22 0.17 0.46
Hex 62 68 8B 1D 19 0 2D E7 11 2E
Octal 142 150 213 35 31 0 55 347 21 56
Binary 1100010 1101000 10001011 11101 11001 0 101101 11100111 10001 101110

Color Harmonies of #62688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62688B

Black with #62688B

Text Example


Text Example

White with #62688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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