Html Css Color HEX #063845 Sherpa Blue

📋 copy color: '#063845'

red 6 ◦ green 56 ◦ blue 69

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

Shades of Sherpa Blue #063845

Tints of Sherpa Blue #063845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.75%

 BLUE value IS 69 (27.34% from 255) = 52.67%

R = 4.58%
G = 42.75%
B = 52.67%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#063845 (or 0x063845) is known color: Sherpa Blue. HEX triplet: 06, 38 and 45. RGB value is (6,56,69). Sum of RGB (Red+Green+Blue) = 6+56+69=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #063845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063845 is #F9C7BA. Grayscale: #2A2A2A. Windows color (decimal): -16369595 or 4536326. OLE color: 4536326.

HSL color Cylindrical-coordinate representation of color #063845: hue angle of 192.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063845 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 56 69 -
CMYK 0.91 0.19 0 0.73
HSL 192.38º 0.84% 0.15% -
HSV(B) 192.38º 0.91% 0.27% -
XYZ 2.56 3.3 6.13 -
YUV 42.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 6 56 69 0.91 0.19 0 0.73 192.38 0.84 0.15
Hex 6 38 45 5B 13 0 49 C0 54 F
Octal 6 70 105 133 23 0 111 300 124 17
Binary 110 111000 1000101 1011011 10011 0 1001001 11000000 1010100 1111

Color Harmonies of #063845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063845

Black with #063845

Text Example


Text Example

White with #063845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063845; }

 p { color: rgb(6,56,69); }

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

background-color css

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

 a { background-color: rgb(6,56,69); }

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

border-color css

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

 span { border-color: rgb(6,56,69); }

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