Html Css Color HEX #061054 Sapphire

📋 copy color: '#061054'

red 6 ◦ green 16 ◦ blue 84

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

Shades of Sapphire #061054

Tints of Sapphire #061054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 79.25%

R = 5.66%
G = 15.09%
B = 79.25%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061054 (or 0x061054) is known color: Sapphire. HEX triplet: 06, 10 and 54. RGB value is (6,16,84). Sum of RGB (Red+Green+Blue) = 6+16+84=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #061054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061054 is #F9EFAB. Grayscale: #141414. Windows color (decimal): -16379820 or 5509126. OLE color: 5509126.

HSL color Cylindrical-coordinate representation of color #061054: hue angle of 232.31º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061054 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 16 84 -
CMYK 0.93 0.81 0 0.67
HSL 232.31º 0.87% 0.18% -
HSV(B) 232.31º 0.93% 0.33% -
XYZ 1.86 1.05 8.49 -
YUV 20.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 6 16 84 0.93 0.81 0 0.67 232.31 0.87 0.18
Hex 6 10 54 5D 51 0 43 E8 57 12
Octal 6 20 124 135 121 0 103 350 127 22
Binary 110 10000 1010100 1011101 1010001 0 1000011 11101000 1010111 10010

Color Harmonies of #061054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061054

Black with #061054

Text Example


Text Example

White with #061054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061054; }

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

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

background-color css

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

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

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

border-color css

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

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

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