Html Css Color HEX #064C62 Sherpa Blue

📋 copy color: '#064C62'

red 6 ◦ green 76 ◦ blue 98

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

Shades of Sherpa Blue #064C62

Tints of Sherpa Blue #064C62

RGB

 RED value IS 6 (2.73% from 255) = 3.33%

 GREEN value IS 76 (30.08% from 255) = 42.22%

 BLUE value IS 98 (38.67% from 255) = 54.44%

R = 3.33%
G = 42.22%
B = 54.44%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#064C62 (or 0x064C62) is known color: Sherpa Blue. HEX triplet: 06, 4C and 62. RGB value is (6,76,98). Sum of RGB (Red+Green+Blue) = 6+76+98=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #064C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C62 is #F9B39D. Grayscale: #393939. Windows color (decimal): -16364446 or 6441990. OLE color: 6441990.

HSL color Cylindrical-coordinate representation of color #064C62: hue angle of 194.35º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064C62 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 76 98 -
CMYK 0.94 0.22 0 0.62
HSL 194.35º 0.88% 0.2% -
HSV(B) 194.35º 0.94% 0.38% -
XYZ 4.86 6.09 12.47 -
YUV 57.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 6 76 98 0.94 0.22 0 0.62 194.35 0.88 0.2
Hex 6 4C 62 5E 16 0 3E C2 58 14
Octal 6 114 142 136 26 0 76 302 130 24
Binary 110 1001100 1100010 1011110 10110 0 111110 11000010 1011000 10100

Color Harmonies of #064C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C62

Black with #064C62

Text Example


Text Example

White with #064C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064C62; }

 p { color: rgb(6,76,98); }

 H1.HeaderClassName
 {
   color: #064C62;
 }
 .AnyTagClassName
 {
   color: #064C62;
 }
</style>

background-color css

<style>
 a { background-color: #064C62; }

 a { background-color: rgb(6,76,98); }

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

border-color css

<style>
 span { border-color: #064C62; }

 span { border-color: rgb(6,76,98); }

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