Html Css Color HEX #063D48 Sherpa Blue

📋 copy color: '#063D48'

red 6 ◦ green 61 ◦ blue 72

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

Shades of Sherpa Blue #063D48

Tints of Sherpa Blue #063D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.88%

 BLUE value IS 72 (28.52% from 255) = 51.8%

R = 4.32%
G = 43.88%
B = 51.8%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063D48 (or 0x063D48) is known color: Sherpa Blue. HEX triplet: 06, 3D and 48. RGB value is (6,61,72). Sum of RGB (Red+Green+Blue) = 6+61+72=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #063D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D48 is #F9C2B7. Grayscale: #2D2D2D. Windows color (decimal): -16368312 or 4734214. OLE color: 4734214.

HSL color Cylindrical-coordinate representation of color #063D48: hue angle of 190º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063D48 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 61 72 -
CMYK 0.92 0.15 0 0.72
HSL 190º 0.85% 0.15% -
HSV(B) 190º 0.92% 0.28% -
XYZ 2.91 3.84 6.72 -
YUV 45.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 6 61 72 0.92 0.15 0 0.72 190 0.85 0.15
Hex 6 3D 48 5C F 0 48 BE 55 F
Octal 6 75 110 134 17 0 110 276 125 17
Binary 110 111101 1001000 1011100 1111 0 1001000 10111110 1010101 1111

Color Harmonies of #063D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D48

Black with #063D48

Text Example


Text Example

White with #063D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,61,72); }

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

background-color css

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

 a { background-color: rgb(6,61,72); }

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

border-color css

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

 span { border-color: rgb(6,61,72); }

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