Html Css Color HEX #06424A Sherpa Blue

📋 copy color: '#06424A'

red 6 ◦ green 66 ◦ blue 74

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

Shades of Sherpa Blue #06424A

Tints of Sherpa Blue #06424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 50.68%

R = 4.11%
G = 45.21%
B = 50.68%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06424A (or 0x06424A) is known color: Sherpa Blue. HEX triplet: 06, 42 and 4A. RGB value is (6,66,74). Sum of RGB (Red+Green+Blue) = 6+66+74=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #06424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06424A is #F9BDB5. Grayscale: #303030. Windows color (decimal): -16367030 or 4866566. OLE color: 4866566.

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

Color convert

RGB 6 66 74 -
CMYK 0.92 0.11 0 0.71
HSL 187.06º 0.85% 0.16% -
HSV(B) 187.06º 0.92% 0.29% -
XYZ 3.26 4.43 7.16 -
YUV 48.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 6 66 74 0.92 0.11 0 0.71 187.06 0.85 0.16
Hex 6 42 4A 5C B 0 47 BB 55 10
Octal 6 102 112 134 13 0 107 273 125 20
Binary 110 1000010 1001010 1011100 1011 0 1000111 10111011 1010101 10000

Color Harmonies of #06424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06424A

Black with #06424A

Text Example


Text Example

White with #06424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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