Html Css Color HEX #768BF6 Cornflower Blue

📋 copy color: '#768BF6'

red 118 ◦ green 139 ◦ blue 246

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

Shades of Cornflower Blue #768BF6

Tints of Cornflower Blue #768BF6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

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

R = 23.46%
G = 27.63%
B = 48.91%

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

#768BF6 (or 0x768BF6) is known color: Cornflower Blue. HEX triplet: 76, 8B and F6. RGB value is (118,139,246). Sum of RGB (Red+Green+Blue) = 118+139+246=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #768BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BF6 is #897409. Grayscale: #909090. Windows color (decimal): -9008138 or 16157558. OLE color: 16157558.

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

Color convert

RGB 118 139 246 -
CMYK 0.52 0.43 0 0.04
HSL 230.16º 0.88% 0.71% -
HSV(B) 230.16º 0.52% 0.96% -
XYZ 33.34 28.97 91.02 -
YUV 144.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 118 139 246 0.52 0.43 0 0.04 230.16 0.88 0.71
Hex 76 8B F6 34 2B 0 4 E6 58 47
Octal 166 213 366 64 53 0 4 346 130 107
Binary 1110110 10001011 11110110 110100 101011 0 100 11100110 1011000 1000111

Color Harmonies of #768BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BF6

Black with #768BF6

Text Example


Text Example

White with #768BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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