Html Css Color HEX #7699D7 Jordy Blue

📋 copy color: '#7699D7'

red 118 ◦ green 153 ◦ blue 215

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

Shades of Jordy Blue #7699D7

Tints of Jordy Blue #7699D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 24.28%
G = 31.48%
B = 44.24%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7699D7 (or 0x7699D7) is known color: Jordy Blue. HEX triplet: 76, 99 and D7. RGB value is (118,153,215). Sum of RGB (Red+Green+Blue) = 118+153+215=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #7699D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699D7 is #896628. Grayscale: #959595. Windows color (decimal): -9004585 or 14129526. OLE color: 14129526.

HSL color Cylindrical-coordinate representation of color #7699D7: hue angle of 218.35º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7699D7 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 153 215 -
CMYK 0.45 0.29 0 0.16
HSL 218.35º 0.55% 0.65% -
HSV(B) 218.35º 0.45% 0.84% -
XYZ 31.13 31.54 68.74 -
YUV 149.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 118 153 215 0.45 0.29 0 0.16 218.35 0.55 0.65
Hex 76 99 D7 2D 1D 0 10 DA 37 41
Octal 166 231 327 55 35 0 20 332 67 101
Binary 1110110 10011001 11010111 101101 11101 0 10000 11011010 110111 1000001

Color Harmonies of #7699D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699D7

Black with #7699D7

Text Example


Text Example

White with #7699D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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