Html Css Color HEX #06454D Sherpa Blue

📋 copy color: '#06454D'

red 6 ◦ green 69 ◦ blue 77

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

Shades of Sherpa Blue #06454D

Tints of Sherpa Blue #06454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

 BLUE value IS 77 (30.47% from 255) = 50.66%

R = 3.95%
G = 45.39%
B = 50.66%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06454D (or 0x06454D) is known color: Sherpa Blue. HEX triplet: 06, 45 and 4D. RGB value is (6,69,77). Sum of RGB (Red+Green+Blue) = 6+69+77=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #06454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06454D is #F9BAB2. Grayscale: #323232. Windows color (decimal): -16366259 or 5063942. OLE color: 5063942.

HSL color Cylindrical-coordinate representation of color #06454D: hue angle of 186.76º degrees, saturation: 0.86, 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 #06454D is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 69 77 -
CMYK 0.92 0.10 0 0.70
HSL 186.76º 0.86% 0.16% -
HSV(B) 186.76º 0.92% 0.3% -
XYZ 3.54 4.83 7.77 -
YUV 51.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 6 69 77 0.92 0.10 0 0.70 186.76 0.86 0.16
Hex 6 45 4D 5C A 0 46 BB 56 10
Octal 6 105 115 134 12 0 106 273 126 20
Binary 110 1000101 1001101 1011100 1010 0 1000110 10111011 1010110 10000

Color Harmonies of #06454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06454D

Black with #06454D

Text Example


Text Example

White with #06454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06454D; }

 p { color: rgb(6,69,77); }

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

background-color css

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

 a { background-color: rgb(6,69,77); }

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

border-color css

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

 span { border-color: rgb(6,69,77); }

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