Html Css Color HEX #06424D Sherpa Blue

📋 copy color: '#06424D'

red 6 ◦ green 66 ◦ blue 77

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

Shades of Sherpa Blue #06424D

Tints of Sherpa Blue #06424D

RGB

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

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

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

R = 4.03%
G = 44.3%
B = 51.68%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06424D (or 0x06424D) is known color: Sherpa Blue. HEX triplet: 06, 42 and 4D. RGB value is (6,66,77). Sum of RGB (Red+Green+Blue) = 6+66+77=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #06424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06424D is #F9BDB2. Grayscale: #313131. Windows color (decimal): -16367027 or 5063174. OLE color: 5063174.

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

Color convert

RGB 6 66 77 -
CMYK 0.92 0.14 0 0.70
HSL 189.3º 0.86% 0.16% -
HSV(B) 189.3º 0.92% 0.3% -
XYZ 3.36 4.47 7.71 -
YUV 49.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 6 66 77 0.92 0.14 0 0.70 189.3 0.86 0.16
Hex 6 42 4D 5C E 0 46 BD 56 10
Octal 6 102 115 134 16 0 106 275 126 20
Binary 110 1000010 1001101 1011100 1110 0 1000110 10111101 1010110 10000

Color Harmonies of #06424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06424D

Black with #06424D

Text Example


Text Example

White with #06424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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