Html Css Color HEX #06384C Sherpa Blue

📋 copy color: '#06384C'

red 6 ◦ green 56 ◦ blue 76

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

Shades of Sherpa Blue #06384C

Tints of Sherpa Blue #06384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 4.35%
G = 40.58%
B = 55.07%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06384C (or 0x06384C) is known color: Sherpa Blue. HEX triplet: 06, 38 and 4C. RGB value is (6,56,76). Sum of RGB (Red+Green+Blue) = 6+56+76=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #06384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06384C is #F9C7B3. Grayscale: #2B2B2B. Windows color (decimal): -16369588 or 4995078. OLE color: 4995078.

HSL color Cylindrical-coordinate representation of color #06384C: hue angle of 197.14º 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 #06384C is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 56 76 -
CMYK 0.92 0.26 0 0.70
HSL 197.14º 0.85% 0.16% -
HSV(B) 197.14º 0.92% 0.3% -
XYZ 2.79 3.39 7.34 -
YUV 43.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 6 56 76 0.92 0.26 0 0.70 197.14 0.85 0.16
Hex 6 38 4C 5C 1A 0 46 C5 55 10
Octal 6 70 114 134 32 0 106 305 125 20
Binary 110 111000 1001100 1011100 11010 0 1000110 11000101 1010101 10000

Color Harmonies of #06384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06384C

Black with #06384C

Text Example


Text Example

White with #06384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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