Html Css Color HEX #769CF6 Cornflower Blue

📋 copy color: '#769CF6'

red 118 ◦ green 156 ◦ blue 246

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

Shades of Cornflower Blue #769CF6

Tints of Cornflower Blue #769CF6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30%

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

R = 22.69%
G = 30%
B = 47.31%

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

#769CF6 (or 0x769CF6) is known color: Cornflower Blue. HEX triplet: 76, 9C and F6. RGB value is (118,156,246). Sum of RGB (Red+Green+Blue) = 118+156+246=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #769CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CF6 is #896309. Grayscale: #9A9A9A. Windows color (decimal): -9003786 or 16161910. OLE color: 16161910.

HSL color Cylindrical-coordinate representation of color #769CF6: hue angle of 222.19º 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 #769CF6 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 156 246 -
CMYK 0.52 0.37 0 0.04
HSL 222.19º 0.88% 0.71% -
HSV(B) 222.19º 0.52% 0.96% -
XYZ 35.99 34.28 91.91 -
YUV 154.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 118 156 246 0.52 0.37 0 0.04 222.19 0.88 0.71
Hex 76 9C F6 34 25 0 4 DE 58 47
Octal 166 234 366 64 45 0 4 336 130 107
Binary 1110110 10011100 11110110 110100 100101 0 100 11011110 1011000 1000111

Color Harmonies of #769CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CF6

Black with #769CF6

Text Example


Text Example

White with #769CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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