Html Css Color HEX #06485D Sherpa Blue

📋 copy color: '#06485D'

red 6 ◦ green 72 ◦ blue 93

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

Shades of Sherpa Blue #06485D

Tints of Sherpa Blue #06485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.11%

 BLUE value IS 93 (36.72% from 255) = 54.39%

R = 3.51%
G = 42.11%
B = 54.39%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06485D (or 0x06485D) is known color: Sherpa Blue. HEX triplet: 06, 48 and 5D. RGB value is (6,72,93). Sum of RGB (Red+Green+Blue) = 6+72+93=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #06485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06485D is #F9B7A2. Grayscale: #363636. Windows color (decimal): -16365475 or 6113286. OLE color: 6113286.

HSL color Cylindrical-coordinate representation of color #06485D: hue angle of 194.48º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06485D is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 72 93 -
CMYK 0.94 0.23 0 0.64
HSL 194.48º 0.88% 0.19% -
HSV(B) 194.48º 0.94% 0.36% -
XYZ 4.37 5.46 11.18 -
YUV 54.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 6 72 93 0.94 0.23 0 0.64 194.48 0.88 0.19
Hex 6 48 5D 5E 17 0 40 C2 58 13
Octal 6 110 135 136 27 0 100 302 130 23
Binary 110 1001000 1011101 1011110 10111 0 1000000 11000010 1011000 10011

Color Harmonies of #06485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06485D

Black with #06485D

Text Example


Text Example

White with #06485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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