Html Css Color HEX #061E68 Sapphire

📋 copy color: '#061E68'

red 6 ◦ green 30 ◦ blue 104

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

Shades of Sapphire #061E68

Tints of Sapphire #061E68

RGB

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

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

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

R = 4.29%
G = 21.43%
B = 74.29%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061E68 (or 0x061E68) is known color: Sapphire. HEX triplet: 06, 1E and 68. RGB value is (6,30,104). Sum of RGB (Red+Green+Blue) = 6+30+104=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #061E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E68 is #F9E197. Grayscale: #1E1E1E. Windows color (decimal): -16376216 or 6823430. OLE color: 6823430.

HSL color Cylindrical-coordinate representation of color #061E68: hue angle of 225.31º 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 #061E68 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 30 104 -
CMYK 0.94 0.71 0 0.59
HSL 225.31º 0.89% 0.22% -
HSV(B) 225.31º 0.94% 0.41% -
XYZ 3.04 1.97 13.32 -
YUV 31.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 6 30 104 0.94 0.71 0 0.59 225.31 0.89 0.22
Hex 6 1E 68 5E 47 0 3B E1 59 16
Octal 6 36 150 136 107 0 73 341 131 26
Binary 110 11110 1101000 1011110 1000111 0 111011 11100001 1011001 10110

Color Harmonies of #061E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E68

Black with #061E68

Text Example


Text Example

White with #061E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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