Html Css Color HEX #065155 Sherpa Blue

📋 copy color: '#065155'

red 6 ◦ green 81 ◦ blue 85

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

Shades of Sherpa Blue #065155

Tints of Sherpa Blue #065155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.09%

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 3.49%
G = 47.09%
B = 49.42%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#065155 (or 0x065155) is known color: Sherpa Blue. HEX triplet: 06, 51 and 55. RGB value is (6,81,85). Sum of RGB (Red+Green+Blue) = 6+81+85=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #065155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065155 is #F9AEAA. Grayscale: #3A3A3A. Windows color (decimal): -16363179 or 5591302. OLE color: 5591302.

HSL color Cylindrical-coordinate representation of color #065155: hue angle of 183.04º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065155 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 81 85 -
CMYK 0.93 0.05 0 0.67
HSL 183.04º 0.87% 0.18% -
HSV(B) 183.04º 0.93% 0.33% -
XYZ 4.66 6.58 9.62 -
YUV 59.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 6 81 85 0.93 0.05 0 0.67 183.04 0.87 0.18
Hex 6 51 55 5D 5 0 43 B7 57 12
Octal 6 121 125 135 5 0 103 267 127 22
Binary 110 1010001 1010101 1011101 101 0 1000011 10110111 1010111 10010

Color Harmonies of #065155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065155

Black with #065155

Text Example


Text Example

White with #065155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065155; }

 p { color: rgb(6,81,85); }

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

background-color css

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

 a { background-color: rgb(6,81,85); }

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

border-color css

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

 span { border-color: rgb(6,81,85); }

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