Html Css Color HEX #62A7B4 Fountain Blue

📋 copy color: '#62A7B4'

red 98 ◦ green 167 ◦ blue 180

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

Shades of Fountain Blue #62A7B4

Tints of Fountain Blue #62A7B4

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.53%

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 22.02%
G = 37.53%
B = 40.45%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#62A7B4 (or 0x62A7B4) is known color: Fountain Blue. HEX triplet: 62, A7 and B4. RGB value is (98,167,180). Sum of RGB (Red+Green+Blue) = 98+167+180=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #62A7B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A7B4 is #9D584B. Grayscale: #939393. Windows color (decimal): -10311756 or 11839330. OLE color: 11839330.

HSL color Cylindrical-coordinate representation of color #62A7B4: hue angle of 189.51º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62A7B4 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 167 180 -
CMYK 0.46 0.07 0 0.29
HSL 189.51º 0.35% 0.55% -
HSV(B) 189.51º 0.46% 0.71% -
XYZ 27.09 33.53 48.22 -
YUV 147.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 98 167 180 0.46 0.07 0 0.29 189.51 0.35 0.55
Hex 62 A7 B4 2E 7 0 1D BE 23 37
Octal 142 247 264 56 7 0 35 276 43 67
Binary 1100010 10100111 10110100 101110 111 0 11101 10111110 100011 110111

Color Harmonies of #62A7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A7B4

Black with #62A7B4

Text Example


Text Example

White with #62A7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62A7B4; }

 p { color: rgb(98,167,180); }

 H1.HeaderClassName
 {
   color: #62A7B4;
 }
 .AnyTagClassName
 {
   color: #62A7B4;
 }
</style>

background-color css

<style>
 a { background-color: #62A7B4; }

 a { background-color: rgb(98,167,180); }

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

border-color css

<style>
 span { border-color: #62A7B4; }

 span { border-color: rgb(98,167,180); }

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