Html Css Color HEX #06296A Sapphire

📋 copy color: '#06296A'

red 6 ◦ green 41 ◦ blue 106

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

Shades of Sapphire #06296A

Tints of Sapphire #06296A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 69.28%

R = 3.92%
G = 26.8%
B = 69.28%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06296A (or 0x06296A) is known color: Sapphire. HEX triplet: 06, 29 and 6A. RGB value is (6,41,106). Sum of RGB (Red+Green+Blue) = 6+41+106=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 106 (41.80% from 255 or 69.28% from 153); Max value from RGB is 106 - color contains mainly: blue. Hex color #06296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06296A is #F9D695. Grayscale: #252525. Windows color (decimal): -16373398 or 6957318. OLE color: 6957318.

HSL color Cylindrical-coordinate representation of color #06296A: hue angle of 219º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06296A is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 41 106 -
CMYK 0.94 0.61 0 0.58
HSL 219º 0.89% 0.22% -
HSV(B) 219º 0.94% 0.42% -
XYZ 3.47 2.67 13.97 -
YUV 37.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 6 41 106 0.94 0.61 0 0.58 219 0.89 0.22
Hex 6 29 6A 5E 3D 0 3A DB 59 16
Octal 6 51 152 136 75 0 72 333 131 26
Binary 110 101001 1101010 1011110 111101 0 111010 11011011 1011001 10110

Color Harmonies of #06296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06296A

Black with #06296A

Text Example


Text Example

White with #06296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06296A; }

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

 H1.HeaderClassName
 {
   color: #06296A;
 }
 .AnyTagClassName
 {
   color: #06296A;
 }
</style>

background-color css

<style>
 a { background-color: #06296A; }

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

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

border-color css

<style>
 span { border-color: #06296A; }

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

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