Html Css Color HEX #768BA6 Ship Cove

📋 copy color: '#768BA6'

red 118 ◦ green 139 ◦ blue 166

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

Shades of Ship Cove #768BA6

Tints of Ship Cove #768BA6

RGB

 RED value IS 118 (46.48% from 255) = 27.9%

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 27.9%
G = 32.86%
B = 39.24%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#768BA6 (or 0x768BA6) is known color: Ship Cove. HEX triplet: 76, 8B and A6. RGB value is (118,139,166). Sum of RGB (Red+Green+Blue) = 118+139+166=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #768BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BA6 is #897459. Grayscale: #878787. Windows color (decimal): -9008218 or 10914678. OLE color: 10914678.

HSL color Cylindrical-coordinate representation of color #768BA6: hue angle of 213.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #768BA6 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 139 166 -
CMYK 0.29 0.16 0 0.35
HSL 213.75º 0.21% 0.56% -
HSV(B) 213.75º 0.29% 0.65% -
XYZ 23.59 25.07 39.67 -
YUV 135.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 118 139 166 0.29 0.16 0 0.35 213.75 0.21 0.56
Hex 76 8B A6 1D 10 0 23 D6 15 38
Octal 166 213 246 35 20 0 43 326 25 70
Binary 1110110 10001011 10100110 11101 10000 0 100011 11010110 10101 111000

Color Harmonies of #768BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BA6

Black with #768BA6

Text Example


Text Example

White with #768BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768BA6; }

 p { color: rgb(118,139,166); }

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

background-color css

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

 a { background-color: rgb(118,139,166); }

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

border-color css

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

 span { border-color: rgb(118,139,166); }

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