Html Css Color HEX #063B4D Sherpa Blue

📋 copy color: '#063B4D'

red 6 ◦ green 59 ◦ blue 77

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

Shades of Sherpa Blue #063B4D

Tints of Sherpa Blue #063B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.55%

 BLUE value IS 77 (30.47% from 255) = 54.23%

R = 4.23%
G = 41.55%
B = 54.23%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#063B4D (or 0x063B4D) is known color: Sherpa Blue. HEX triplet: 06, 3B and 4D. RGB value is (6,59,77). Sum of RGB (Red+Green+Blue) = 6+59+77=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #063B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B4D is #F9C4B2. Grayscale: #2D2D2D. Windows color (decimal): -16368819 or 5061382. OLE color: 5061382.

HSL color Cylindrical-coordinate representation of color #063B4D: hue angle of 195.21º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063B4D is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 59 77 -
CMYK 0.92 0.23 0 0.70
HSL 195.21º 0.86% 0.16% -
HSV(B) 195.21º 0.92% 0.3% -
XYZ 2.98 3.7 7.58 -
YUV 45.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 6 59 77 0.92 0.23 0 0.70 195.21 0.86 0.16
Hex 6 3B 4D 5C 17 0 46 C3 56 10
Octal 6 73 115 134 27 0 106 303 126 20
Binary 110 111011 1001101 1011100 10111 0 1000110 11000011 1010110 10000

Color Harmonies of #063B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B4D

Black with #063B4D

Text Example


Text Example

White with #063B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,59,77); }

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

background-color css

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

 a { background-color: rgb(6,59,77); }

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

border-color css

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

 span { border-color: rgb(6,59,77); }

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