Html Css Color HEX #7699B6 Bali Hai

📋 copy color: '#7699B6'

red 118 ◦ green 153 ◦ blue 182

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

Shades of Bali Hai #7699B6

Tints of Bali Hai #7699B6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.77%

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 26.05%
G = 33.77%
B = 40.18%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7699B6 (or 0x7699B6) is known color: Bali Hai. HEX triplet: 76, 99 and B6. RGB value is (118,153,182). Sum of RGB (Red+Green+Blue) = 118+153+182=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #7699B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699B6 is #896649. Grayscale: #919191. Windows color (decimal): -9004618 or 11966838. OLE color: 11966838.

HSL color Cylindrical-coordinate representation of color #7699B6: hue angle of 207.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7699B6 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 153 182 -
CMYK 0.35 0.16 0 0.29
HSL 207.19º 0.3% 0.59% -
HSV(B) 207.19º 0.35% 0.71% -
XYZ 27.31 30.01 48.61 -
YUV 145.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 118 153 182 0.35 0.16 0 0.29 207.19 0.3 0.59
Hex 76 99 B6 23 10 0 1D CF 1E 3B
Octal 166 231 266 43 20 0 35 317 36 73
Binary 1110110 10011001 10110110 100011 10000 0 11101 11001111 11110 111011

Color Harmonies of #7699B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699B6

Black with #7699B6

Text Example


Text Example

White with #7699B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7699B6; }

 p { color: rgb(118,153,182); }

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

background-color css

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

 a { background-color: rgb(118,153,182); }

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

border-color css

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

 span { border-color: rgb(118,153,182); }

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