Html Css Color HEX #063E55 Sherpa Blue

📋 copy color: '#063E55'

red 6 ◦ green 62 ◦ blue 85

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

Shades of Sherpa Blue #063E55

Tints of Sherpa Blue #063E55

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.52%

 BLUE value IS 85 (33.59% from 255) = 55.56%

R = 3.92%
G = 40.52%
B = 55.56%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063E55 (or 0x063E55) is known color: Sherpa Blue. HEX triplet: 06, 3E and 55. RGB value is (6,62,85). Sum of RGB (Red+Green+Blue) = 6+62+85=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #063E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E55 is #F9C1AA. Grayscale: #2F2F2F. Windows color (decimal): -16368043 or 5586438. OLE color: 5586438.

HSL color Cylindrical-coordinate representation of color #063E55: hue angle of 197.47º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063E55 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 62 85 -
CMYK 0.93 0.27 0 0.67
HSL 197.47º 0.87% 0.18% -
HSV(B) 197.47º 0.93% 0.33% -
XYZ 3.44 4.14 9.21 -
YUV 47.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 6 62 85 0.93 0.27 0 0.67 197.47 0.87 0.18
Hex 6 3E 55 5D 1B 0 43 C5 57 12
Octal 6 76 125 135 33 0 103 305 127 22
Binary 110 111110 1010101 1011101 11011 0 1000011 11000101 1010111 10010

Color Harmonies of #063E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E55

Black with #063E55

Text Example


Text Example

White with #063E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063E55; }

 p { color: rgb(6,62,85); }

 H1.HeaderClassName
 {
   color: #063E55;
 }
 .AnyTagClassName
 {
   color: #063E55;
 }
</style>

background-color css

<style>
 a { background-color: #063E55; }

 a { background-color: rgb(6,62,85); }

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

border-color css

<style>
 span { border-color: #063E55; }

 span { border-color: rgb(6,62,85); }

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