Html Css Color HEX #068593 Eastern Blue

📋 copy color: '#068593'

red 6 ◦ green 133 ◦ blue 147

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

Shades of Eastern Blue #068593

Tints of Eastern Blue #068593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 2.1%
G = 46.5%
B = 51.4%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#068593 (or 0x068593) is known color: Eastern Blue. HEX triplet: 06, 85 and 93. RGB value is (6,133,147). Sum of RGB (Red+Green+Blue) = 6+133+147=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #068593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068593 is #F97A6C. Grayscale: #606060. Windows color (decimal): -16349805 or 9667846. OLE color: 9667846.

HSL color Cylindrical-coordinate representation of color #068593: hue angle of 185.96º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068593 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 133 147 -
CMYK 0.96 0.10 0 0.42
HSL 185.96º 0.92% 0.3% -
HSV(B) 185.96º 0.96% 0.58% -
XYZ 13.73 18.92 30.53 -
YUV 96.62 156.42 63.36 -
System Red Green Blue C M Y K H S L
Decimal 6 133 147 0.96 0.10 0 0.42 185.96 0.92 0.3
Hex 6 85 93 60 A 0 2A BA 5C 1E
Octal 6 205 223 140 12 0 52 272 134 36
Binary 110 10000101 10010011 1100000 1010 0 101010 10111010 1011100 11110

Color Harmonies of #068593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068593

Black with #068593

Text Example


Text Example

White with #068593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068593; }

 p { color: rgb(6,133,147); }

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

background-color css

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

 a { background-color: rgb(6,133,147); }

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

border-color css

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

 span { border-color: rgb(6,133,147); }

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