Html Css Color HEX #061E69 Sapphire

📋 copy color: '#061E69'

red 6 ◦ green 30 ◦ blue 105

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

Shades of Sapphire #061E69

Tints of Sapphire #061E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 74.47%

R = 4.26%
G = 21.28%
B = 74.47%

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

#061E69 (or 0x061E69) is known color: Sapphire. HEX triplet: 06, 1E and 69. RGB value is (6,30,105). Sum of RGB (Red+Green+Blue) = 6+30+105=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #061E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E69 is #F9E196. Grayscale: #1F1F1F. Windows color (decimal): -16376215 or 6888966. OLE color: 6888966.

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

Color convert

RGB 6 30 105 -
CMYK 0.94 0.71 0 0.59
HSL 225.45º 0.89% 0.22% -
HSV(B) 225.45º 0.94% 0.41% -
XYZ 3.09 1.99 13.59 -
YUV 31.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 6 30 105 0.94 0.71 0 0.59 225.45 0.89 0.22
Hex 6 1E 69 5E 47 0 3B E1 59 16
Octal 6 36 151 136 107 0 73 341 131 26
Binary 110 11110 1101001 1011110 1000111 0 111011 11100001 1011001 10110

Color Harmonies of #061E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E69

Black with #061E69

Text Example


Text Example

White with #061E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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