Html Css Color HEX #061467 Sapphire

📋 copy color: '#061467'

red 6 ◦ green 20 ◦ blue 103

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

Shades of Sapphire #061467

Tints of Sapphire #061467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 79.84%

R = 4.65%
G = 15.5%
B = 79.84%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#061467 (or 0x061467) is known color: Sapphire. HEX triplet: 06, 14 and 67. RGB value is (6,20,103). Sum of RGB (Red+Green+Blue) = 6+20+103=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 103 (40.62% from 255 or 79.84% from 129); Max value from RGB is 103 - color contains mainly: blue. Hex color #061467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061467 is #F9EB98. Grayscale: #181818. Windows color (decimal): -16378777 or 6755334. OLE color: 6755334.

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

Color convert

RGB 6 20 103 -
CMYK 0.94 0.81 0 0.60
HSL 231.34º 0.89% 0.21% -
HSV(B) 231.34º 0.94% 0.4% -
XYZ 2.77 1.52 12.98 -
YUV 25.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 6 20 103 0.94 0.81 0 0.60 231.34 0.89 0.21
Hex 6 14 67 5E 51 0 3C E7 59 15
Octal 6 24 147 136 121 0 74 347 131 25
Binary 110 10100 1100111 1011110 1010001 0 111100 11100111 1011001 10101

Color Harmonies of #061467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061467

Black with #061467

Text Example


Text Example

White with #061467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061467; }

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

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

background-color css

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

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

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

border-color css

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

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

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