Html Css Color HEX #062968 Sapphire

📋 copy color: '#062968'

red 6 ◦ green 41 ◦ blue 104

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

Shades of Sapphire #062968

Tints of Sapphire #062968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.15%

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

R = 3.97%
G = 27.15%
B = 68.87%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#062968 (or 0x062968) is known color: Sapphire. HEX triplet: 06, 29 and 68. RGB value is (6,41,104). Sum of RGB (Red+Green+Blue) = 6+41+104=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #062968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062968 is #F9D697. Grayscale: #252525. Windows color (decimal): -16373400 or 6826246. OLE color: 6826246.

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

Color convert

RGB 6 41 104 -
CMYK 0.94 0.61 0 0.59
HSL 218.57º 0.89% 0.22% -
HSV(B) 218.57º 0.94% 0.41% -
XYZ 3.37 2.62 13.43 -
YUV 37.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 6 41 104 0.94 0.61 0 0.59 218.57 0.89 0.22
Hex 6 29 68 5E 3D 0 3B DB 59 16
Octal 6 51 150 136 75 0 73 333 131 26
Binary 110 101001 1101000 1011110 111101 0 111011 11011011 1011001 10110

Color Harmonies of #062968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062968

Black with #062968

Text Example


Text Example

White with #062968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062968; }

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

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

background-color css

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

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

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

border-color css

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

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

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