Html Css Color HEX #064348 Sherpa Blue

📋 copy color: '#064348'

red 6 ◦ green 67 ◦ blue 72

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

Shades of Sherpa Blue #064348

Tints of Sherpa Blue #064348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 4.14%
G = 46.21%
B = 49.66%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064348 (or 0x064348) is known color: Sherpa Blue. HEX triplet: 06, 43 and 48. RGB value is (6,67,72). Sum of RGB (Red+Green+Blue) = 6+67+72=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #064348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064348 is #F9BCB7. Grayscale: #313131. Windows color (decimal): -16366776 or 4735750. OLE color: 4735750.

HSL color Cylindrical-coordinate representation of color #064348: hue angle of 184.55º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064348 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 67 72 -
CMYK 0.92 0.07 0 0.72
HSL 184.55º 0.85% 0.15% -
HSV(B) 184.55º 0.92% 0.28% -
XYZ 3.25 4.52 6.83 -
YUV 49.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 6 67 72 0.92 0.07 0 0.72 184.55 0.85 0.15
Hex 6 43 48 5C 7 0 48 B9 55 F
Octal 6 103 110 134 7 0 110 271 125 17
Binary 110 1000011 1001000 1011100 111 0 1001000 10111001 1010101 1111

Color Harmonies of #064348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064348

Black with #064348

Text Example


Text Example

White with #064348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064348; }

 p { color: rgb(6,67,72); }

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

background-color css

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

 a { background-color: rgb(6,67,72); }

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

border-color css

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

 span { border-color: rgb(6,67,72); }

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