Html Css Color HEX #062854 Sapphire

📋 copy color: '#062854'

red 6 ◦ green 40 ◦ blue 84

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

Shades of Sapphire #062854

Tints of Sapphire #062854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.77%

 BLUE value IS 84 (33.2% from 255) = 64.62%

R = 4.62%
G = 30.77%
B = 64.62%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062854 (or 0x062854) is known color: Sapphire. HEX triplet: 06, 28 and 54. RGB value is (6,40,84). Sum of RGB (Red+Green+Blue) = 6+40+84=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #062854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062854 is #F9D7AB. Grayscale: #222222. Windows color (decimal): -16373676 or 5515270. OLE color: 5515270.

HSL color Cylindrical-coordinate representation of color #062854: hue angle of 213.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062854 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 40 84 -
CMYK 0.93 0.52 0 0.67
HSL 213.85º 0.87% 0.18% -
HSV(B) 213.85º 0.93% 0.33% -
XYZ 2.43 2.2 8.68 -
YUV 34.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 6 40 84 0.93 0.52 0 0.67 213.85 0.87 0.18
Hex 6 28 54 5D 34 0 43 D6 57 12
Octal 6 50 124 135 64 0 103 326 127 22
Binary 110 101000 1010100 1011101 110100 0 1000011 11010110 1010111 10010

Color Harmonies of #062854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062854

Black with #062854

Text Example


Text Example

White with #062854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062854; }

 p { color: rgb(6,40,84); }

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

background-color css

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

 a { background-color: rgb(6,40,84); }

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

border-color css

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

 span { border-color: rgb(6,40,84); }

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