Html Css Color HEX #0685A5 Eastern Blue

📋 copy color: '#0685A5'

red 6 ◦ green 133 ◦ blue 165

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

Shades of Eastern Blue #0685A5

Tints of Eastern Blue #0685A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 54.28%

R = 1.97%
G = 43.75%
B = 54.28%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0685A5 (or 0x0685A5) is known color: Eastern Blue. HEX triplet: 06, 85 and A5. RGB value is (6,133,165). Sum of RGB (Red+Green+Blue) = 6+133+165=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #0685A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0685A5 is #F97A5A. Grayscale: #626262. Windows color (decimal): -16349787 or 10847494. OLE color: 10847494.

HSL color Cylindrical-coordinate representation of color #0685A5: hue angle of 192.08º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0685A5 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 133 165 -
CMYK 0.96 0.19 0 0.35
HSL 192.08º 0.93% 0.34% -
HSV(B) 192.08º 0.96% 0.65% -
XYZ 15.25 19.53 38.56 -
YUV 98.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 6 133 165 0.96 0.19 0 0.35 192.08 0.93 0.34
Hex 6 85 A5 60 13 0 23 C0 5D 22
Octal 6 205 245 140 23 0 43 300 135 42
Binary 110 10000101 10100101 1100000 10011 0 100011 11000000 1011101 100010

Color Harmonies of #0685A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0685A5

Black with #0685A5

Text Example


Text Example

White with #0685A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0685A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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