Html Css Color HEX #768CF6 Cornflower Blue

📋 copy color: '#768CF6'

red 118 ◦ green 140 ◦ blue 246

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

Shades of Cornflower Blue #768CF6

Tints of Cornflower Blue #768CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.78%

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

R = 23.41%
G = 27.78%
B = 48.81%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#768CF6 (or 0x768CF6) is known color: Cornflower Blue. HEX triplet: 76, 8C and F6. RGB value is (118,140,246). Sum of RGB (Red+Green+Blue) = 118+140+246=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #768CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768CF6 is #897309. Grayscale: #919191. Windows color (decimal): -9007882 or 16157814. OLE color: 16157814.

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

Color convert

RGB 118 140 246 -
CMYK 0.52 0.43 0 0.04
HSL 229.69º 0.88% 0.71% -
HSV(B) 229.69º 0.52% 0.96% -
XYZ 33.48 29.26 91.07 -
YUV 145.51 184.71 108.38 -
System Red Green Blue C M Y K H S L
Decimal 118 140 246 0.52 0.43 0 0.04 229.69 0.88 0.71
Hex 76 8C F6 34 2B 0 4 E6 58 47
Octal 166 214 366 64 53 0 4 346 130 107
Binary 1110110 10001100 11110110 110100 101011 0 100 11100110 1011000 1000111

Color Harmonies of #768CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CF6

Black with #768CF6

Text Example


Text Example

White with #768CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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