Html Css Color HEX #06465A Sherpa Blue

📋 copy color: '#06465A'

red 6 ◦ green 70 ◦ blue 90

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

Shades of Sherpa Blue #06465A

Tints of Sherpa Blue #06465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.22%

R = 3.61%
G = 42.17%
B = 54.22%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06465A (or 0x06465A) is known color: Sherpa Blue. HEX triplet: 06, 46 and 5A. RGB value is (6,70,90). Sum of RGB (Red+Green+Blue) = 6+70+90=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #06465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06465A is #F9B9A5. Grayscale: #343434. Windows color (decimal): -16365990 or 5916166. OLE color: 5916166.

HSL color Cylindrical-coordinate representation of color #06465A: hue angle of 194.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06465A is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 70 90 -
CMYK 0.93 0.22 0 0.65
HSL 194.29º 0.88% 0.19% -
HSV(B) 194.29º 0.93% 0.35% -
XYZ 4.11 5.16 10.45 -
YUV 53.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 6 70 90 0.93 0.22 0 0.65 194.29 0.88 0.19
Hex 6 46 5A 5D 16 0 41 C2 58 13
Octal 6 106 132 135 26 0 101 302 130 23
Binary 110 1000110 1011010 1011101 10110 0 1000001 11000010 1011000 10011

Color Harmonies of #06465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06465A

Black with #06465A

Text Example


Text Example

White with #06465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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