Html Css Color HEX #06455B Sherpa Blue

📋 copy color: '#06455B'

red 6 ◦ green 69 ◦ blue 91

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

Shades of Sherpa Blue #06455B

Tints of Sherpa Blue #06455B

RGB

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

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

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

R = 3.61%
G = 41.57%
B = 54.82%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06455B (or 0x06455B) is known color: Sherpa Blue. HEX triplet: 06, 45 and 5B. RGB value is (6,69,91). Sum of RGB (Red+Green+Blue) = 6+69+91=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #06455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06455B is #F9BAA4. Grayscale: #343434. Windows color (decimal): -16366245 or 5981446. OLE color: 5981446.

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

Color convert

RGB 6 69 91 -
CMYK 0.93 0.24 0 0.64
HSL 195.53º 0.88% 0.19% -
HSV(B) 195.53º 0.93% 0.36% -
XYZ 4.09 5.05 10.66 -
YUV 52.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 6 69 91 0.93 0.24 0 0.64 195.53 0.88 0.19
Hex 6 45 5B 5D 18 0 40 C4 58 13
Octal 6 105 133 135 30 0 100 304 130 23
Binary 110 1000101 1011011 1011101 11000 0 1000000 11000100 1011000 10011

Color Harmonies of #06455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06455B

Black with #06455B

Text Example


Text Example

White with #06455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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