Html Css Color HEX #063950 Sherpa Blue

📋 copy color: '#063950'

red 6 ◦ green 57 ◦ blue 80

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

Shades of Sherpa Blue #063950

Tints of Sherpa Blue #063950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.86%

 BLUE value IS 80 (31.64% from 255) = 55.94%

R = 4.2%
G = 39.86%
B = 55.94%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063950 (or 0x063950) is known color: Sherpa Blue. HEX triplet: 06, 39 and 50. RGB value is (6,57,80). Sum of RGB (Red+Green+Blue) = 6+57+80=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #063950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063950 is #F9C6AF. Grayscale: #2C2C2C. Windows color (decimal): -16369328 or 5257478. OLE color: 5257478.

HSL color Cylindrical-coordinate representation of color #063950: hue angle of 198.65º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063950 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 57 80 -
CMYK 0.92 0.29 0 0.69
HSL 198.65º 0.86% 0.17% -
HSV(B) 198.65º 0.93% 0.31% -
XYZ 2.99 3.54 8.12 -
YUV 44.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 6 57 80 0.92 0.29 0 0.69 198.65 0.86 0.17
Hex 6 39 50 5C 1D 0 45 C7 56 11
Octal 6 71 120 134 35 0 105 307 126 21
Binary 110 111001 1010000 1011100 11101 0 1000101 11000111 1010110 10001

Color Harmonies of #063950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063950

Black with #063950

Text Example


Text Example

White with #063950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063950; }

 p { color: rgb(6,57,80); }

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

background-color css

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

 a { background-color: rgb(6,57,80); }

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

border-color css

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

 span { border-color: rgb(6,57,80); }

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