Html Css Color HEX #068798 Eastern Blue

📋 copy color: '#068798'

red 6 ◦ green 135 ◦ blue 152

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

Shades of Eastern Blue #068798

Tints of Eastern Blue #068798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.08%

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

R = 2.05%
G = 46.08%
B = 51.88%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#068798 (or 0x068798) is known color: Eastern Blue. HEX triplet: 06, 87 and 98. RGB value is (6,135,152). Sum of RGB (Red+Green+Blue) = 6+135+152=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #068798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068798 is #F97867. Grayscale: #626262. Windows color (decimal): -16349288 or 9996038. OLE color: 9996038.

HSL color Cylindrical-coordinate representation of color #068798: hue angle of 186.99º 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 #068798 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 135 152 -
CMYK 0.96 0.11 0 0.40
HSL 186.99º 0.92% 0.31% -
HSV(B) 186.99º 0.96% 0.6% -
XYZ 14.41 19.63 32.74 -
YUV 98.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 6 135 152 0.96 0.11 0 0.40 186.99 0.92 0.31
Hex 6 87 98 60 B 0 28 BB 5C 1F
Octal 6 207 230 140 13 0 50 273 134 37
Binary 110 10000111 10011000 1100000 1011 0 101000 10111011 1011100 11111

Color Harmonies of #068798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068798

Black with #068798

Text Example


Text Example

White with #068798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068798; }

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

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

background-color css

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

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

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

border-color css

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

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

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