Html Css Color HEX #065451 Sherpa Blue

📋 copy color: '#065451'

red 6 ◦ green 84 ◦ blue 81

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

Shades of Sherpa Blue #065451

Tints of Sherpa Blue #065451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 3.51%
G = 49.12%
B = 47.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#065451 (or 0x065451) is known color: Sherpa Blue. HEX triplet: 06, 54 and 51. RGB value is (6,84,81). Sum of RGB (Red+Green+Blue) = 6+84+81=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #065451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065451 is #F9ABAE. Grayscale: #3C3C3C. Windows color (decimal): -16362415 or 5329926. OLE color: 5329926.

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

Color convert

RGB 6 84 81 -
CMYK 0.93 0 0.04 0.67
HSL 177.69º 0.87% 0.18% -
HSV(B) 177.69º 0.93% 0.33% -
XYZ 4.73 6.97 8.88 -
YUV 60.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 6 84 81 0.93 0 0.04 0.67 177.69 0.87 0.18
Hex 6 54 51 5D 0 4 43 B2 57 12
Octal 6 124 121 135 0 4 103 262 127 22
Binary 110 1010100 1010001 1011101 0 100 1000011 10110010 1010111 10010

Color Harmonies of #065451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065451

Black with #065451

Text Example


Text Example

White with #065451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065451; }

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

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

background-color css

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

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

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

border-color css

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

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

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