Html Css Color HEX #06285D Sapphire

📋 copy color: '#06285D'

red 6 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #06285D

Tints of Sapphire #06285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 66.91%

R = 4.32%
G = 28.78%
B = 66.91%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06285D (or 0x06285D) is known color: Sapphire. HEX triplet: 06, 28 and 5D. RGB value is (6,40,93). Sum of RGB (Red+Green+Blue) = 6+40+93=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #06285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06285D is #F9D7A2. Grayscale: #232323. Windows color (decimal): -16373667 or 6105094. OLE color: 6105094.

HSL color Cylindrical-coordinate representation of color #06285D: hue angle of 216.55º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06285D is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 40 93 -
CMYK 0.94 0.57 0 0.64
HSL 216.55º 0.88% 0.19% -
HSV(B) 216.55º 0.94% 0.36% -
XYZ 2.81 2.35 10.66 -
YUV 35.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 6 40 93 0.94 0.57 0 0.64 216.55 0.88 0.19
Hex 6 28 5D 5E 39 0 40 D9 58 13
Octal 6 50 135 136 71 0 100 331 130 23
Binary 110 101000 1011101 1011110 111001 0 1000000 11011001 1011000 10011

Color Harmonies of #06285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06285D

Black with #06285D

Text Example


Text Example

White with #06285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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