Html Css Color HEX #06455D Sherpa Blue

📋 copy color: '#06455D'

red 6 ◦ green 69 ◦ blue 93

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

Shades of Sherpa Blue #06455D

Tints of Sherpa Blue #06455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

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

R = 3.57%
G = 41.07%
B = 55.36%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06455D (or 0x06455D) is known color: Sherpa Blue. HEX triplet: 06, 45 and 5D. RGB value is (6,69,93). Sum of RGB (Red+Green+Blue) = 6+69+93=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #06455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06455D is #F9BAA2. Grayscale: #343434. Windows color (decimal): -16366243 or 6112518. OLE color: 6112518.

HSL color Cylindrical-coordinate representation of color #06455D: hue angle of 196.55º 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 #06455D is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 69 93 -
CMYK 0.94 0.26 0 0.64
HSL 196.55º 0.88% 0.19% -
HSV(B) 196.55º 0.94% 0.36% -
XYZ 4.18 5.09 11.12 -
YUV 52.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 6 69 93 0.94 0.26 0 0.64 196.55 0.88 0.19
Hex 6 45 5D 5E 1A 0 40 C5 58 13
Octal 6 105 135 136 32 0 100 305 130 23
Binary 110 1000101 1011101 1011110 11010 0 1000000 11000101 1011000 10011

Color Harmonies of #06455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06455D

Black with #06455D

Text Example


Text Example

White with #06455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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