Html Css Color HEX #062769 Sapphire

📋 copy color: '#062769'

red 6 ◦ green 39 ◦ blue 105

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

Shades of Sapphire #062769

Tints of Sapphire #062769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26%

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

R = 4%
G = 26%
B = 70%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#062769 (or 0x062769) is known color: Sapphire. HEX triplet: 06, 27 and 69. RGB value is (6,39,105). Sum of RGB (Red+Green+Blue) = 6+39+105=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #062769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062769 is #F9D896. Grayscale: #242424. Windows color (decimal): -16373911 or 6891270. OLE color: 6891270.

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

Color convert

RGB 6 39 105 -
CMYK 0.94 0.63 0 0.59
HSL 220º 0.89% 0.22% -
HSV(B) 220º 0.94% 0.41% -
XYZ 3.35 2.51 13.67 -
YUV 36.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 6 39 105 0.94 0.63 0 0.59 220 0.89 0.22
Hex 6 27 69 5E 3F 0 3B DC 59 16
Octal 6 47 151 136 77 0 73 334 131 26
Binary 110 100111 1101001 1011110 111111 0 111011 11011100 1011001 10110

Color Harmonies of #062769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062769

Black with #062769

Text Example


Text Example

White with #062769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062769; }

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

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

background-color css

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

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

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

border-color css

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

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

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