Html Css Color HEX #06465B Sherpa Blue

📋 copy color: '#06465B'

red 6 ◦ green 70 ◦ blue 91

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

Shades of Sherpa Blue #06465B

Tints of Sherpa Blue #06465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 3.59%
G = 41.92%
B = 54.49%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06465B (or 0x06465B) is known color: Sherpa Blue. HEX triplet: 06, 46 and 5B. RGB value is (6,70,91). Sum of RGB (Red+Green+Blue) = 6+70+91=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #06465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06465B is #F9B9A4. Grayscale: #353535. Windows color (decimal): -16365989 or 5981702. OLE color: 5981702.

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

Color convert

RGB 6 70 91 -
CMYK 0.93 0.23 0 0.64
HSL 194.82º 0.88% 0.19% -
HSV(B) 194.82º 0.93% 0.36% -
XYZ 4.15 5.17 10.68 -
YUV 53.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 6 70 91 0.93 0.23 0 0.64 194.82 0.88 0.19
Hex 6 46 5B 5D 17 0 40 C3 58 13
Octal 6 106 133 135 27 0 100 303 130 23
Binary 110 1000110 1011011 1011101 10111 0 1000000 11000011 1011000 10011

Color Harmonies of #06465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06465B

Black with #06465B

Text Example


Text Example

White with #06465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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