Html Css Color HEX #06495C Sherpa Blue

📋 copy color: '#06495C'

red 6 ◦ green 73 ◦ blue 92

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

Shades of Sherpa Blue #06495C

Tints of Sherpa Blue #06495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.69%

 BLUE value IS 92 (36.33% from 255) = 53.8%

R = 3.51%
G = 42.69%
B = 53.8%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06495C (or 0x06495C) is known color: Sherpa Blue. HEX triplet: 06, 49 and 5C. RGB value is (6,73,92). Sum of RGB (Red+Green+Blue) = 6+73+92=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #06495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06495C is #F9B6A3. Grayscale: #363636. Windows color (decimal): -16365220 or 6048006. OLE color: 6048006.

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

Color convert

RGB 6 73 92 -
CMYK 0.93 0.21 0 0.64
HSL 193.26º 0.88% 0.19% -
HSV(B) 193.26º 0.93% 0.36% -
XYZ 4.39 5.58 10.97 -
YUV 55.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 6 73 92 0.93 0.21 0 0.64 193.26 0.88 0.19
Hex 6 49 5C 5D 15 0 40 C1 58 13
Octal 6 111 134 135 25 0 100 301 130 23
Binary 110 1001001 1011100 1011101 10101 0 1000000 11000001 1011000 10011

Color Harmonies of #06495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06495C

Black with #06495C

Text Example


Text Example

White with #06495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06495C; }

 p { color: rgb(6,73,92); }

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

background-color css

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

 a { background-color: rgb(6,73,92); }

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

border-color css

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

 span { border-color: rgb(6,73,92); }

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