Html Css Color HEX #06465D Sherpa Blue

📋 copy color: '#06465D'

red 6 ◦ green 70 ◦ blue 93

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

Shades of Sherpa Blue #06465D

Tints of Sherpa Blue #06465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 3.55%
G = 41.42%
B = 55.03%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06465D (or 0x06465D) is known color: Sherpa Blue. HEX triplet: 06, 46 and 5D. RGB value is (6,70,93). Sum of RGB (Red+Green+Blue) = 6+70+93=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #06465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06465D is #F9B9A2. Grayscale: #353535. Windows color (decimal): -16365987 or 6112774. OLE color: 6112774.

HSL color Cylindrical-coordinate representation of color #06465D: hue angle of 195.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06465D is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 70 93 -
CMYK 0.94 0.25 0 0.64
HSL 195.86º 0.88% 0.19% -
HSV(B) 195.86º 0.94% 0.36% -
XYZ 4.24 5.21 11.14 -
YUV 53.49 150.3 94.13 -
System Red Green Blue C M Y K H S L
Decimal 6 70 93 0.94 0.25 0 0.64 195.86 0.88 0.19
Hex 6 46 5D 5E 19 0 40 C4 58 13
Octal 6 106 135 136 31 0 100 304 130 23
Binary 110 1000110 1011101 1011110 11001 0 1000000 11000100 1011000 10011

Color Harmonies of #06465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06465D

Black with #06465D

Text Example


Text Example

White with #06465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,70,93); }

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

background-color css

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

 a { background-color: rgb(6,70,93); }

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

border-color css

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

 span { border-color: rgb(6,70,93); }

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