Html Css Color HEX #061468 Sapphire

📋 copy color: '#061468'

red 6 ◦ green 20 ◦ blue 104

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

Shades of Sapphire #061468

Tints of Sapphire #061468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

 BLUE value IS 104 (41.02% from 255) = 80%

R = 4.62%
G = 15.38%
B = 80%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061468 (or 0x061468) is known color: Sapphire. HEX triplet: 06, 14 and 68. RGB value is (6,20,104). Sum of RGB (Red+Green+Blue) = 6+20+104=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #061468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061468 is #F9EB97. Grayscale: #191919. Windows color (decimal): -16378776 or 6820870. OLE color: 6820870.

HSL color Cylindrical-coordinate representation of color #061468: hue angle of 231.43º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061468 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 20 104 -
CMYK 0.94 0.81 0 0.59
HSL 231.43º 0.89% 0.22% -
HSV(B) 231.43º 0.94% 0.41% -
XYZ 2.82 1.54 13.24 -
YUV 25.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 6 20 104 0.94 0.81 0 0.59 231.43 0.89 0.22
Hex 6 14 68 5E 51 0 3B E7 59 16
Octal 6 24 150 136 121 0 73 347 131 26
Binary 110 10100 1101000 1011110 1010001 0 111011 11100111 1011001 10110

Color Harmonies of #061468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061468

Black with #061468

Text Example


Text Example

White with #061468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061468; }

 p { color: rgb(6,20,104); }

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

background-color css

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

 a { background-color: rgb(6,20,104); }

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

border-color css

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

 span { border-color: rgb(6,20,104); }

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