Html Css Color HEX #065354 Sherpa Blue

📋 copy color: '#065354'

red 6 ◦ green 83 ◦ blue 84

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

Shades of Sherpa Blue #065354

Tints of Sherpa Blue #065354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.98%

 BLUE value IS 84 (33.2% from 255) = 48.55%

R = 3.47%
G = 47.98%
B = 48.55%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#065354 (or 0x065354) is known color: Sherpa Blue. HEX triplet: 06, 53 and 54. RGB value is (6,83,84). Sum of RGB (Red+Green+Blue) = 6+83+84=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #065354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065354 is #F9ACAB. Grayscale: #3C3C3C. Windows color (decimal): -16362668 or 5526278. OLE color: 5526278.

HSL color Cylindrical-coordinate representation of color #065354: hue angle of 180.77º 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 #065354 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 84 -
CMYK 0.93 0.01 0 0.67
HSL 180.77º 0.87% 0.18% -
HSV(B) 180.77º 0.93% 0.33% -
XYZ 4.77 6.87 9.46 -
YUV 60.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 6 83 84 0.93 0.01 0 0.67 180.77 0.87 0.18
Hex 6 53 54 5D 1 0 43 B5 57 12
Octal 6 123 124 135 1 0 103 265 127 22
Binary 110 1010011 1010100 1011101 1 0 1000011 10110101 1010111 10010

Color Harmonies of #065354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065354

Black with #065354

Text Example


Text Example

White with #065354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065354; }

 p { color: rgb(6,83,84); }

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

background-color css

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

 a { background-color: rgb(6,83,84); }

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

border-color css

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

 span { border-color: rgb(6,83,84); }

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