Html Css Color HEX #06758F Eastern Blue

📋 copy color: '#06758F'

red 6 ◦ green 117 ◦ blue 143

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

Shades of Eastern Blue #06758F

Tints of Eastern Blue #06758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

 BLUE value IS 143 (56.25% from 255) = 53.76%

R = 2.26%
G = 43.98%
B = 53.76%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06758F (or 0x06758F) is known color: Eastern Blue. HEX triplet: 06, 75 and 8F. RGB value is (6,117,143). Sum of RGB (Red+Green+Blue) = 6+117+143=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #06758F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06758F is #F98A70. Grayscale: #565656. Windows color (decimal): -16353905 or 9401606. OLE color: 9401606.

HSL color Cylindrical-coordinate representation of color #06758F: hue angle of 191.39º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06758F is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 117 143 -
CMYK 0.96 0.18 0 0.44
HSL 191.39º 0.92% 0.29% -
HSV(B) 191.39º 0.96% 0.56% -
XYZ 11.39 14.74 28.23 -
YUV 86.78 159.73 70.39 -
System Red Green Blue C M Y K H S L
Decimal 6 117 143 0.96 0.18 0 0.44 191.39 0.92 0.29
Hex 6 75 8F 60 12 0 2C BF 5C 1D
Octal 6 165 217 140 22 0 54 277 134 35
Binary 110 1110101 10001111 1100000 10010 0 101100 10111111 1011100 11101

Color Harmonies of #06758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06758F

Black with #06758F

Text Example


Text Example

White with #06758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06758F; }

 p { color: rgb(6,117,143); }

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

background-color css

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

 a { background-color: rgb(6,117,143); }

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

border-color css

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

 span { border-color: rgb(6,117,143); }

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