Html Css Color HEX #7699E6 Cornflower Blue

📋 copy color: '#7699E6'

red 118 ◦ green 153 ◦ blue 230

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

Shades of Cornflower Blue #7699E6

Tints of Cornflower Blue #7699E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 23.55%
G = 30.54%
B = 45.91%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7699E6 (or 0x7699E6) is known color: Cornflower Blue. HEX triplet: 76, 99 and E6. RGB value is (118,153,230). Sum of RGB (Red+Green+Blue) = 118+153+230=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #7699E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7699E6 is #896619. Grayscale: #969696. Windows color (decimal): -9004570 or 15112566. OLE color: 15112566.

HSL color Cylindrical-coordinate representation of color #7699E6: hue angle of 221.25º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7699E6 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 153 230 -
CMYK 0.49 0.33 0 0.10
HSL 221.25º 0.69% 0.68% -
HSV(B) 221.25º 0.49% 0.9% -
XYZ 33.15 32.35 79.36 -
YUV 151.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 118 153 230 0.49 0.33 0 0.10 221.25 0.69 0.68
Hex 76 99 E6 31 21 0 A DD 45 44
Octal 166 231 346 61 41 0 12 335 105 104
Binary 1110110 10011001 11100110 110001 100001 0 1010 11011101 1000101 1000100

Color Harmonies of #7699E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699E6

Black with #7699E6

Text Example


Text Example

White with #7699E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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