Html Css Color HEX #06104A Sapphire

📋 copy color: '#06104A'

red 6 ◦ green 16 ◦ blue 74

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

Shades of Sapphire #06104A

Tints of Sapphire #06104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.67%

 BLUE value IS 74 (29.3% from 255) = 77.08%

R = 6.25%
G = 16.67%
B = 77.08%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06104A (or 0x06104A) is known color: Sapphire. HEX triplet: 06, 10 and 4A. RGB value is (6,16,74). Sum of RGB (Red+Green+Blue) = 6+16+74=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #06104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06104A is #F9EFB5. Grayscale: #131313. Windows color (decimal): -16379830 or 4853766. OLE color: 4853766.

HSL color Cylindrical-coordinate representation of color #06104A: hue angle of 231.18º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06104A is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 16 74 -
CMYK 0.92 0.78 0 0.71
HSL 231.18º 0.85% 0.16% -
HSV(B) 231.18º 0.92% 0.29% -
XYZ 1.5 0.9 6.57 -
YUV 19.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 6 16 74 0.92 0.78 0 0.71 231.18 0.85 0.16
Hex 6 10 4A 5C 4E 0 47 E7 55 10
Octal 6 20 112 134 116 0 107 347 125 20
Binary 110 10000 1001010 1011100 1001110 0 1000111 11100111 1010101 10000

Color Harmonies of #06104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06104A

Black with #06104A

Text Example


Text Example

White with #06104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,16,74); }

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

background-color css

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

 a { background-color: rgb(6,16,74); }

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

border-color css

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

 span { border-color: rgb(6,16,74); }

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