Html Css Color HEX #06404B Sherpa Blue

📋 copy color: '#06404B'

red 6 ◦ green 64 ◦ blue 75

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

Shades of Sherpa Blue #06404B

Tints of Sherpa Blue #06404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

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

R = 4.14%
G = 44.14%
B = 51.72%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06404B (or 0x06404B) is known color: Sherpa Blue. HEX triplet: 06, 40 and 4B. RGB value is (6,64,75). Sum of RGB (Red+Green+Blue) = 6+64+75=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #06404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06404B is #F9BFB4. Grayscale: #2F2F2F. Windows color (decimal): -16367541 or 4931590. OLE color: 4931590.

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

Color convert

RGB 6 64 75 -
CMYK 0.92 0.15 0 0.71
HSL 189.57º 0.85% 0.16% -
HSV(B) 189.57º 0.92% 0.29% -
XYZ 3.18 4.21 7.3 -
YUV 47.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 6 64 75 0.92 0.15 0 0.71 189.57 0.85 0.16
Hex 6 40 4B 5C F 0 47 BE 55 10
Octal 6 100 113 134 17 0 107 276 125 20
Binary 110 1000000 1001011 1011100 1111 0 1000111 10111110 1010101 10000

Color Harmonies of #06404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06404B

Black with #06404B

Text Example


Text Example

White with #06404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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