Html Css Color HEX #062650 Sapphire

📋 copy color: '#062650'

red 6 ◦ green 38 ◦ blue 80

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

Shades of Sapphire #062650

Tints of Sapphire #062650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

 BLUE value IS 80 (31.64% from 255) = 64.52%

R = 4.84%
G = 30.65%
B = 64.52%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#062650 (or 0x062650) is known color: Sapphire. HEX triplet: 06, 26 and 50. RGB value is (6,38,80). Sum of RGB (Red+Green+Blue) = 6+38+80=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #062650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062650 is #F9D9AF. Grayscale: #212121. Windows color (decimal): -16374192 or 5252614. OLE color: 5252614.

HSL color Cylindrical-coordinate representation of color #062650: hue angle of 214.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062650 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 38 80 -
CMYK 0.92 0.52 0 0.69
HSL 214.05º 0.86% 0.17% -
HSV(B) 214.05º 0.93% 0.31% -
XYZ 2.22 2 7.86 -
YUV 33.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 6 38 80 0.92 0.52 0 0.69 214.05 0.86 0.17
Hex 6 26 50 5C 34 0 45 D6 56 11
Octal 6 46 120 134 64 0 105 326 126 21
Binary 110 100110 1010000 1011100 110100 0 1000101 11010110 1010110 10001

Color Harmonies of #062650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062650

Black with #062650

Text Example


Text Example

White with #062650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062650; }

 p { color: rgb(6,38,80); }

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

background-color css

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

 a { background-color: rgb(6,38,80); }

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

border-color css

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

 span { border-color: rgb(6,38,80); }

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