Html Css Color HEX #061D6D Sapphire

📋 copy color: '#061D6D'

red 6 ◦ green 29 ◦ blue 109

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

Shades of Sapphire #061D6D

Tints of Sapphire #061D6D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.14%

 BLUE value IS 109 (42.97% from 255) = 75.69%

R = 4.17%
G = 20.14%
B = 75.69%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#061D6D (or 0x061D6D) is known color: Sapphire. HEX triplet: 06, 1D and 6D. RGB value is (6,29,109). Sum of RGB (Red+Green+Blue) = 6+29+109=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #061D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D6D is #F9E292. Grayscale: #1E1E1E. Windows color (decimal): -16376467 or 7150854. OLE color: 7150854.

HSL color Cylindrical-coordinate representation of color #061D6D: hue angle of 226.6º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061D6D is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 29 109 -
CMYK 0.94 0.73 0 0.57
HSL 226.6º 0.9% 0.23% -
HSV(B) 226.6º 0.94% 0.43% -
XYZ 3.27 2.02 14.69 -
YUV 31.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 6 29 109 0.94 0.73 0 0.57 226.6 0.9 0.23
Hex 6 1D 6D 5E 49 0 39 E3 5A 17
Octal 6 35 155 136 111 0 71 343 132 27
Binary 110 11101 1101101 1011110 1001001 0 111001 11100011 1011010 10111

Color Harmonies of #061D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D6D

Black with #061D6D

Text Example


Text Example

White with #061D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061D6D; }

 p { color: rgb(6,29,109); }

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

background-color css

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

 a { background-color: rgb(6,29,109); }

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

border-color css

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

 span { border-color: rgb(6,29,109); }

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