Html Css Color HEX #06454B Sherpa Blue

📋 copy color: '#06454B'

red 6 ◦ green 69 ◦ blue 75

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

Shades of Sherpa Blue #06454B

Tints of Sherpa Blue #06454B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50%

R = 4%
G = 46%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06454B (or 0x06454B) is known color: Sherpa Blue. HEX triplet: 06, 45 and 4B. RGB value is (6,69,75). Sum of RGB (Red+Green+Blue) = 6+69+75=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #06454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06454B is #F9BAB4. Grayscale: #323232. Windows color (decimal): -16366261 or 4932870. OLE color: 4932870.

HSL color Cylindrical-coordinate representation of color #06454B: hue angle of 185.22º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06454B is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 69 75 -
CMYK 0.92 0.08 0 0.71
HSL 185.22º 0.85% 0.16% -
HSV(B) 185.22º 0.92% 0.29% -
XYZ 3.47 4.8 7.4 -
YUV 50.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 6 69 75 0.92 0.08 0 0.71 185.22 0.85 0.16
Hex 6 45 4B 5C 8 0 47 B9 55 10
Octal 6 105 113 134 10 0 107 271 125 20
Binary 110 1000101 1001011 1011100 1000 0 1000111 10111001 1010101 10000

Color Harmonies of #06454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06454B

Black with #06454B

Text Example


Text Example

White with #06454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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