Html Css Color HEX #06295D Sapphire

📋 copy color: '#06295D'

red 6 ◦ green 41 ◦ blue 93

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

Shades of Sapphire #06295D

Tints of Sapphire #06295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.29%

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

R = 4.29%
G = 29.29%
B = 66.43%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06295D (or 0x06295D) is known color: Sapphire. HEX triplet: 06, 29 and 5D. RGB value is (6,41,93). Sum of RGB (Red+Green+Blue) = 6+41+93=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #06295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06295D is #F9D6A2. Grayscale: #242424. Windows color (decimal): -16373411 or 6105350. OLE color: 6105350.

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

Color convert

RGB 6 41 93 -
CMYK 0.94 0.56 0 0.64
HSL 215.86º 0.88% 0.19% -
HSV(B) 215.86º 0.94% 0.36% -
XYZ 2.84 2.41 10.67 -
YUV 36.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 6 41 93 0.94 0.56 0 0.64 215.86 0.88 0.19
Hex 6 29 5D 5E 38 0 40 D8 58 13
Octal 6 51 135 136 70 0 100 330 130 23
Binary 110 101001 1011101 1011110 111000 0 1000000 11011000 1011000 10011

Color Harmonies of #06295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06295D

Black with #06295D

Text Example


Text Example

White with #06295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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