Html Css Color HEX #068B98 Eastern Blue

📋 copy color: '#068B98'

red 6 ◦ green 139 ◦ blue 152

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

Shades of Eastern Blue #068B98

Tints of Eastern Blue #068B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.18%

R = 2.02%
G = 46.8%
B = 51.18%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#068B98 (or 0x068B98) is known color: Eastern Blue. HEX triplet: 06, 8B and 98. RGB value is (6,139,152). Sum of RGB (Red+Green+Blue) = 6+139+152=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #068B98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B98 is #F97467. Grayscale: #646464. Windows color (decimal): -16348264 or 9997062. OLE color: 9997062.

HSL color Cylindrical-coordinate representation of color #068B98: hue angle of 185.34º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B98 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 139 152 -
CMYK 0.96 0.09 0 0.40
HSL 185.34º 0.92% 0.31% -
HSV(B) 185.34º 0.96% 0.6% -
XYZ 14.98 20.77 32.93 -
YUV 100.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 6 139 152 0.96 0.09 0 0.40 185.34 0.92 0.31
Hex 6 8B 98 60 9 0 28 B9 5C 1F
Octal 6 213 230 140 11 0 50 271 134 37
Binary 110 10001011 10011000 1100000 1001 0 101000 10111001 1011100 11111

Color Harmonies of #068B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B98

Black with #068B98

Text Example


Text Example

White with #068B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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