#06384B

Color #06384B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #06384B

Tints of Sherpa Blue #06384B

Color information

#06384B (or 0x06384B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 38 and 4B. RGB value is (6,56,75). Sum of RGB (Red+Green+Blue) = 6+56+75=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #06384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06384B is #F9C7B4. Grayscale: #2B2B2B. Windows color (decimal): -16369589 or 4929542. OLE color: 4929542.

HSL color Cylindrical-coordinate representation of color #06384B: hue angle of 196.52º 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 #06384B is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB65675-
CMYK0.920.2500.71
HSL196.52º85.19%15.88%-
HSV(B)196.52º92%29.41%-
XYZ2.763.387.16-
YUV43.22145.94101.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=4.38%
G=40.88%
B=54.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal656750.920.2500.71196.5285.1915.88
Hex6384B5C19047c55510
Octal67011313431010730512520
Binary11011100010010111011100110010100011111000101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06384B; }

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

 H1.HeaderClassName
 {
   color: #06384B;
 }
 .AnyTagClassName
 {
   color: #06384B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #06384B;
 }
 .BgClassName
 {
   background-color: #06384B;
 }
</style>
border-color css

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

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

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