Html Css Color HEX #768EF6 Cornflower Blue

📋 copy color: '#768EF6'

red 118 ◦ green 142 ◦ blue 246

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

Shades of Cornflower Blue #768EF6

Tints of Cornflower Blue #768EF6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

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

R = 23.32%
G = 28.06%
B = 48.62%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#768EF6 (or 0x768EF6) is known color: Cornflower Blue. HEX triplet: 76, 8E and F6. RGB value is (118,142,246). Sum of RGB (Red+Green+Blue) = 118+142+246=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #768EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EF6 is #897109. Grayscale: #929292. Windows color (decimal): -9007370 or 16158326. OLE color: 16158326.

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

Color convert

RGB 118 142 246 -
CMYK 0.52 0.42 0 0.04
HSL 228.75º 0.88% 0.71% -
HSV(B) 228.75º 0.52% 0.96% -
XYZ 33.78 29.85 91.17 -
YUV 146.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 118 142 246 0.52 0.42 0 0.04 228.75 0.88 0.71
Hex 76 8E F6 34 2A 0 4 E5 58 47
Octal 166 216 366 64 52 0 4 345 130 107
Binary 1110110 10001110 11110110 110100 101010 0 100 11100101 1011000 1000111

Color Harmonies of #768EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EF6

Black with #768EF6

Text Example


Text Example

White with #768EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768EF6; }

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

 H1.HeaderClassName
 {
   color: #768EF6;
 }
 .AnyTagClassName
 {
   color: #768EF6;
 }
</style>

background-color css

<style>
 a { background-color: #768EF6; }

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

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

border-color css

<style>
 span { border-color: #768EF6; }

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

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