Html Css Color HEX #7699B7 Bali Hai

📋 copy color: '#7699B7'

red 118 ◦ green 153 ◦ blue 183

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

Shades of Bali Hai #7699B7

Tints of Bali Hai #7699B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.31%

R = 25.99%
G = 33.7%
B = 40.31%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7699B7 (or 0x7699B7) is known color: Bali Hai. HEX triplet: 76, 99 and B7. RGB value is (118,153,183). Sum of RGB (Red+Green+Blue) = 118+153+183=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #7699B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699B7 is #896648. Grayscale: #919191. Windows color (decimal): -9004617 or 12032374. OLE color: 12032374.

HSL color Cylindrical-coordinate representation of color #7699B7: hue angle of 207.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7699B7 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 153 183 -
CMYK 0.36 0.16 0 0.28
HSL 207.69º 0.31% 0.59% -
HSV(B) 207.69º 0.36% 0.72% -
XYZ 27.41 30.05 49.16 -
YUV 145.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 118 153 183 0.36 0.16 0 0.28 207.69 0.31 0.59
Hex 76 99 B7 24 10 0 1C D0 1F 3B
Octal 166 231 267 44 20 0 34 320 37 73
Binary 1110110 10011001 10110111 100100 10000 0 11100 11010000 11111 111011

Color Harmonies of #7699B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699B7

Black with #7699B7

Text Example


Text Example

White with #7699B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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