Html Css Color HEX #064248 Sherpa Blue

📋 copy color: '#064248'

red 6 ◦ green 66 ◦ blue 72

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

Shades of Sherpa Blue #064248

Tints of Sherpa Blue #064248

RGB

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

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

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

R = 4.17%
G = 45.83%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064248 (or 0x064248) is known color: Sherpa Blue. HEX triplet: 06, 42 and 48. RGB value is (6,66,72). Sum of RGB (Red+Green+Blue) = 6+66+72=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #064248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064248 is #F9BDB7. Grayscale: #303030. Windows color (decimal): -16367032 or 4735494. OLE color: 4735494.

HSL color Cylindrical-coordinate representation of color #064248: hue angle of 185.45º 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 #064248 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 66 72 -
CMYK 0.92 0.08 0 0.72
HSL 185.45º 0.85% 0.15% -
HSV(B) 185.45º 0.92% 0.28% -
XYZ 3.19 4.4 6.81 -
YUV 48.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 6 66 72 0.92 0.08 0 0.72 185.45 0.85 0.15
Hex 6 42 48 5C 8 0 48 B9 55 F
Octal 6 102 110 134 10 0 110 271 125 17
Binary 110 1000010 1001000 1011100 1000 0 1001000 10111001 1010101 1111

Color Harmonies of #064248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064248

Black with #064248

Text Example


Text Example

White with #064248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064248; }

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

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

background-color css

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

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

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

border-color css

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

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

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