Html Css Color HEX #063C4B Sherpa Blue

📋 copy color: '#063C4B'

red 6 ◦ green 60 ◦ blue 75

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

Shades of Sherpa Blue #063C4B

Tints of Sherpa Blue #063C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.55%

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 4.26%
G = 42.55%
B = 53.19%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#063C4B (or 0x063C4B) is known color: Sherpa Blue. HEX triplet: 06, 3C and 4B. RGB value is (6,60,75). Sum of RGB (Red+Green+Blue) = 6+60+75=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #063C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C4B is #F9C3B4. Grayscale: #2D2D2D. Windows color (decimal): -16368565 or 4930566. OLE color: 4930566.

HSL color Cylindrical-coordinate representation of color #063C4B: hue angle of 193.04º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063C4B is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 60 75 -
CMYK 0.92 0.20 0 0.71
HSL 193.04º 0.85% 0.16% -
HSV(B) 193.04º 0.92% 0.29% -
XYZ 2.96 3.78 7.23 -
YUV 45.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 6 60 75 0.92 0.20 0 0.71 193.04 0.85 0.16
Hex 6 3C 4B 5C 14 0 47 C1 55 10
Octal 6 74 113 134 24 0 107 301 125 20
Binary 110 111100 1001011 1011100 10100 0 1000111 11000001 1010101 10000

Color Harmonies of #063C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C4B

Black with #063C4B

Text Example


Text Example

White with #063C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,75); }

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

background-color css

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

 a { background-color: rgb(6,60,75); }

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

border-color css

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

 span { border-color: rgb(6,60,75); }

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