Html Css Color HEX #06425B Sherpa Blue

📋 copy color: '#06425B'

red 6 ◦ green 66 ◦ blue 91

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

Shades of Sherpa Blue #06425B

Tints of Sherpa Blue #06425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.49%

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

R = 3.68%
G = 40.49%
B = 55.83%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06425B (or 0x06425B) is known color: Sherpa Blue. HEX triplet: 06, 42 and 5B. RGB value is (6,66,91). Sum of RGB (Red+Green+Blue) = 6+66+91=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #06425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06425B is #F9BDA4. Grayscale: #323232. Windows color (decimal): -16367013 or 5980678. OLE color: 5980678.

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

Color convert

RGB 6 66 91 -
CMYK 0.93 0.27 0 0.64
HSL 197.65º 0.88% 0.19% -
HSV(B) 197.65º 0.93% 0.36% -
XYZ 3.91 4.69 10.6 -
YUV 50.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 6 66 91 0.93 0.27 0 0.64 197.65 0.88 0.19
Hex 6 42 5B 5D 1B 0 40 C6 58 13
Octal 6 102 133 135 33 0 100 306 130 23
Binary 110 1000010 1011011 1011101 11011 0 1000000 11000110 1011000 10011

Color Harmonies of #06425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06425B

Black with #06425B

Text Example


Text Example

White with #06425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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