Html Css Color HEX #064251 Sherpa Blue

📋 copy color: '#064251'

red 6 ◦ green 66 ◦ blue 81

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

Shades of Sherpa Blue #064251

Tints of Sherpa Blue #064251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.14%

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

R = 3.92%
G = 43.14%
B = 52.94%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#064251 (or 0x064251) is known color: Sherpa Blue. HEX triplet: 06, 42 and 51. RGB value is (6,66,81). Sum of RGB (Red+Green+Blue) = 6+66+81=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #064251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064251 is #F9BDAE. Grayscale: #313131. Windows color (decimal): -16367023 or 5325318. OLE color: 5325318.

HSL color Cylindrical-coordinate representation of color #064251: hue angle of 192º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064251 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 66 81 -
CMYK 0.93 0.19 0 0.68
HSL 192º 0.86% 0.17% -
HSV(B) 192º 0.93% 0.32% -
XYZ 3.51 4.53 8.47 -
YUV 49.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 6 66 81 0.93 0.19 0 0.68 192 0.86 0.17
Hex 6 42 51 5D 13 0 44 C0 56 11
Octal 6 102 121 135 23 0 104 300 126 21
Binary 110 1000010 1010001 1011101 10011 0 1000100 11000000 1010110 10001

Color Harmonies of #064251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064251

Black with #064251

Text Example


Text Example

White with #064251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064251; }

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

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

background-color css

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

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

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

border-color css

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

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

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