Html Css Color HEX #061C68 Sapphire

📋 copy color: '#061C68'

red 6 ◦ green 28 ◦ blue 104

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

Shades of Sapphire #061C68

Tints of Sapphire #061C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.29%

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

R = 4.35%
G = 20.29%
B = 75.36%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061C68 (or 0x061C68) is known color: Sapphire. HEX triplet: 06, 1C and 68. RGB value is (6,28,104). Sum of RGB (Red+Green+Blue) = 6+28+104=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #061C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C68 is #F9E397. Grayscale: #1D1D1D. Windows color (decimal): -16376728 or 6822918. OLE color: 6822918.

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

Color convert

RGB 6 28 104 -
CMYK 0.94 0.73 0 0.59
HSL 226.53º 0.89% 0.22% -
HSV(B) 226.53º 0.94% 0.41% -
XYZ 2.99 1.87 13.3 -
YUV 30.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 6 28 104 0.94 0.73 0 0.59 226.53 0.89 0.22
Hex 6 1C 68 5E 49 0 3B E3 59 16
Octal 6 34 150 136 111 0 73 343 131 26
Binary 110 11100 1101000 1011110 1001001 0 111011 11100011 1011001 10110

Color Harmonies of #061C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C68

Black with #061C68

Text Example


Text Example

White with #061C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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