Html Css Color HEX #064150 Sherpa Blue

📋 copy color: '#064150'

red 6 ◦ green 65 ◦ blue 80

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

Shades of Sherpa Blue #064150

Tints of Sherpa Blue #064150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

 BLUE value IS 80 (31.64% from 255) = 52.98%

R = 3.97%
G = 43.05%
B = 52.98%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#064150 (or 0x064150) is known color: Sherpa Blue. HEX triplet: 06, 41 and 50. RGB value is (6,65,80). Sum of RGB (Red+Green+Blue) = 6+65+80=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #064150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064150 is #F9BEAF. Grayscale: #303030. Windows color (decimal): -16367280 or 5259526. OLE color: 5259526.

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

Color convert

RGB 6 65 80 -
CMYK 0.92 0.19 0 0.69
HSL 192.16º 0.86% 0.17% -
HSV(B) 192.16º 0.93% 0.31% -
XYZ 3.41 4.4 8.26 -
YUV 49.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 6 65 80 0.92 0.19 0 0.69 192.16 0.86 0.17
Hex 6 41 50 5C 13 0 45 C0 56 11
Octal 6 101 120 134 23 0 105 300 126 21
Binary 110 1000001 1010000 1011100 10011 0 1000101 11000000 1010110 10001

Color Harmonies of #064150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064150

Black with #064150

Text Example


Text Example

White with #064150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064150; }

 p { color: rgb(6,65,80); }

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

background-color css

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

 a { background-color: rgb(6,65,80); }

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

border-color css

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

 span { border-color: rgb(6,65,80); }

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