Html Css Color HEX #061E6E Sapphire

📋 copy color: '#061E6E'

red 6 ◦ green 30 ◦ blue 110

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

Shades of Sapphire #061E6E

Tints of Sapphire #061E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.55%

 BLUE value IS 110 (43.36% from 255) = 75.34%

R = 4.11%
G = 20.55%
B = 75.34%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#061E6E (or 0x061E6E) is known color: Sapphire. HEX triplet: 06, 1E and 6E. RGB value is (6,30,110). Sum of RGB (Red+Green+Blue) = 6+30+110=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #061E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E6E is #F9E191. Grayscale: #1F1F1F. Windows color (decimal): -16376210 or 7216646. OLE color: 7216646.

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

Color convert

RGB 6 30 110 -
CMYK 0.95 0.73 0 0.57
HSL 226.15º 0.9% 0.23% -
HSV(B) 226.15º 0.95% 0.43% -
XYZ 3.35 2.09 14.98 -
YUV 31.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 6 30 110 0.95 0.73 0 0.57 226.15 0.9 0.23
Hex 6 1E 6E 5F 49 0 39 E2 5A 17
Octal 6 36 156 137 111 0 71 342 132 27
Binary 110 11110 1101110 1011111 1001001 0 111001 11100010 1011010 10111

Color Harmonies of #061E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E6E

Black with #061E6E

Text Example


Text Example

White with #061E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,30,110); }

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

background-color css

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

 a { background-color: rgb(6,30,110); }

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

border-color css

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

 span { border-color: rgb(6,30,110); }

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