Html Css Color HEX #769AF6 Cornflower Blue

📋 copy color: '#769AF6'

red 118 ◦ green 154 ◦ blue 246

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

Shades of Cornflower Blue #769AF6

Tints of Cornflower Blue #769AF6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

 BLUE value IS 246 (96.48% from 255) = 47.49%

R = 22.78%
G = 29.73%
B = 47.49%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#769AF6 (or 0x769AF6) is known color: Cornflower Blue. HEX triplet: 76, 9A and F6. RGB value is (118,154,246). Sum of RGB (Red+Green+Blue) = 118+154+246=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #769AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769AF6 is #896509. Grayscale: #999999. Windows color (decimal): -9004298 or 16161398. OLE color: 16161398.

HSL color Cylindrical-coordinate representation of color #769AF6: hue angle of 223.12º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #769AF6 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 154 246 -
CMYK 0.52 0.37 0 0.04
HSL 223.13º 0.88% 0.71% -
HSV(B) 223.13º 0.52% 0.96% -
XYZ 35.66 33.62 91.8 -
YUV 153.72 180.07 102.52 -
System Red Green Blue C M Y K H S L
Decimal 118 154 246 0.52 0.37 0 0.04 223.13 0.88 0.71
Hex 76 9A F6 34 25 0 4 DF 58 47
Octal 166 232 366 64 45 0 4 337 130 107
Binary 1110110 10011010 11110110 110100 100101 0 100 11011111 1011000 1000111

Color Harmonies of #769AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AF6

Black with #769AF6

Text Example


Text Example

White with #769AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769AF6; }

 p { color: rgb(118,154,246); }

 H1.HeaderClassName
 {
   color: #769AF6;
 }
 .AnyTagClassName
 {
   color: #769AF6;
 }
</style>

background-color css

<style>
 a { background-color: #769AF6; }

 a { background-color: rgb(118,154,246); }

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

border-color css

<style>
 span { border-color: #769AF6; }

 span { border-color: rgb(118,154,246); }

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