Html Css Color HEX #7699FF Cornflower Blue

📋 copy color: '#7699FF'

red 118 ◦ green 153 ◦ blue 255

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

Shades of Cornflower Blue #7699FF

Tints of Cornflower Blue #7699FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 22.43%
G = 29.09%
B = 48.48%

CMYK

 C value IS 0.54

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7699FF (or 0x7699FF) is known color: Cornflower Blue. HEX triplet: 76, 99 and FF. RGB value is (118,153,255). Sum of RGB (Red+Green+Blue) = 118+153+255=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #7699FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7699FF is #896600. Grayscale: #999999. Windows color (decimal): -9004545 or 16750966. OLE color: 16750966.

HSL color Cylindrical-coordinate representation of color #7699FF: hue angle of 224.67º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7699FF is Cyan = 0.54, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 153 255 -
CMYK 0.54 0.4 0 0
HSL 224.67º 1% 0.73% -
HSV(B) 224.67º 0.54% 1% -
XYZ 36.91 33.85 99.2 -
YUV 154.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 118 153 255 0.54 0.4 0 0 224.67 1 0.73
Hex 76 99 FF 36 28 0 0 E1 64 49
Octal 166 231 377 66 50 0 0 341 144 111
Binary 1110110 10011001 11111111 110110 101000 0 0 11100001 1100100 1001001

Color Harmonies of #7699FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699FF

Black with #7699FF

Text Example


Text Example

White with #7699FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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