Html Css Color HEX #06394C Sherpa Blue

📋 copy color: '#06394C'

red 6 ◦ green 57 ◦ blue 76

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

Shades of Sherpa Blue #06394C

Tints of Sherpa Blue #06394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.01%

 BLUE value IS 76 (30.08% from 255) = 54.68%

R = 4.32%
G = 41.01%
B = 54.68%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06394C (or 0x06394C) is known color: Sherpa Blue. HEX triplet: 06, 39 and 4C. RGB value is (6,57,76). Sum of RGB (Red+Green+Blue) = 6+57+76=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #06394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06394C is #F9C6B3. Grayscale: #2B2B2B. Windows color (decimal): -16369332 or 4995334. OLE color: 4995334.

HSL color Cylindrical-coordinate representation of color #06394C: hue angle of 196.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06394C is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 57 76 -
CMYK 0.92 0.25 0 0.70
HSL 196.29º 0.85% 0.16% -
HSV(B) 196.29º 0.92% 0.3% -
XYZ 2.84 3.49 7.36 -
YUV 43.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 6 57 76 0.92 0.25 0 0.70 196.29 0.85 0.16
Hex 6 39 4C 5C 19 0 46 C4 55 10
Octal 6 71 114 134 31 0 106 304 125 20
Binary 110 111001 1001100 1011100 11001 0 1000110 11000100 1010101 10000

Color Harmonies of #06394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06394C

Black with #06394C

Text Example


Text Example

White with #06394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06394C; }

 p { color: rgb(6,57,76); }

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

background-color css

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

 a { background-color: rgb(6,57,76); }

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

border-color css

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

 span { border-color: rgb(6,57,76); }

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