Html Css Color HEX #068BA3 Eastern Blue

📋 copy color: '#068BA3'

red 6 ◦ green 139 ◦ blue 163

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

Shades of Eastern Blue #068BA3

Tints of Eastern Blue #068BA3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

 BLUE value IS 163 (64.06% from 255) = 52.92%

R = 1.95%
G = 45.13%
B = 52.92%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#068BA3 (or 0x068BA3) is known color: Eastern Blue. HEX triplet: 06, 8B and A3. RGB value is (6,139,163). Sum of RGB (Red+Green+Blue) = 6+139+163=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #068BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068BA3 is #F9745C. Grayscale: #656565. Windows color (decimal): -16348253 or 10717958. OLE color: 10717958.

HSL color Cylindrical-coordinate representation of color #068BA3: hue angle of 189.17º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068BA3 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 139 163 -
CMYK 0.96 0.15 0 0.36
HSL 189.17º 0.93% 0.33% -
HSV(B) 189.17º 0.96% 0.64% -
XYZ 15.92 21.15 37.89 -
YUV 101.97 162.44 59.55 -
System Red Green Blue C M Y K H S L
Decimal 6 139 163 0.96 0.15 0 0.36 189.17 0.93 0.33
Hex 6 8B A3 60 F 0 24 BD 5D 21
Octal 6 213 243 140 17 0 44 275 135 41
Binary 110 10001011 10100011 1100000 1111 0 100100 10111101 1011101 100001

Color Harmonies of #068BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BA3

Black with #068BA3

Text Example


Text Example

White with #068BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068BA3; }

 p { color: rgb(6,139,163); }

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

background-color css

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

 a { background-color: rgb(6,139,163); }

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

border-color css

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

 span { border-color: rgb(6,139,163); }

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