Html Css Color HEX #062967 Sapphire

📋 copy color: '#062967'

red 6 ◦ green 41 ◦ blue 103

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

Shades of Sapphire #062967

Tints of Sapphire #062967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 68.67%

R = 4%
G = 27.33%
B = 68.67%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#062967 (or 0x062967) is known color: Sapphire. HEX triplet: 06, 29 and 67. RGB value is (6,41,103). Sum of RGB (Red+Green+Blue) = 6+41+103=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #062967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062967 is #F9D698. Grayscale: #252525. Windows color (decimal): -16373401 or 6760710. OLE color: 6760710.

HSL color Cylindrical-coordinate representation of color #062967: hue angle of 218.35º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062967 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 41 103 -
CMYK 0.94 0.60 0 0.60
HSL 218.35º 0.89% 0.21% -
HSV(B) 218.35º 0.94% 0.4% -
XYZ 3.32 2.6 13.16 -
YUV 37.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 6 41 103 0.94 0.60 0 0.60 218.35 0.89 0.21
Hex 6 29 67 5E 3C 0 3C DA 59 15
Octal 6 51 147 136 74 0 74 332 131 25
Binary 110 101001 1100111 1011110 111100 0 111100 11011010 1011001 10101

Color Harmonies of #062967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062967

Black with #062967

Text Example


Text Example

White with #062967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062967; }

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

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

background-color css

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

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

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

border-color css

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

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

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