Html Css Color HEX #68ABF6 Cornflower Blue

📋 copy color: '#68ABF6'

red 104 ◦ green 171 ◦ blue 246

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

Shades of Cornflower Blue #68ABF6

Tints of Cornflower Blue #68ABF6

RGB

 RED value IS 104 (41.02% from 255) = 19.96%

 GREEN value IS 171 (67.19% from 255) = 32.82%

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

R = 19.96%
G = 32.82%
B = 47.22%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68ABF6 (or 0x68ABF6) is known color: Cornflower Blue. HEX triplet: 68, AB and F6. RGB value is (104,171,246). Sum of RGB (Red+Green+Blue) = 104+171+246=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #68ABF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABF6 is #975409. Grayscale: #9F9F9F. Windows color (decimal): -9917450 or 16165736. OLE color: 16165736.

HSL color Cylindrical-coordinate representation of color #68ABF6: hue angle of 211.69º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ABF6 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 171 246 -
CMYK 0.58 0.30 0 0.04
HSL 211.69º 0.89% 0.69% -
HSV(B) 211.69º 0.58% 0.96% -
XYZ 36.91 38.72 92.72 -
YUV 159.52 176.8 88.4 -
System Red Green Blue C M Y K H S L
Decimal 104 171 246 0.58 0.30 0 0.04 211.69 0.89 0.69
Hex 68 AB F6 3A 1E 0 4 D4 59 45
Octal 150 253 366 72 36 0 4 324 131 105
Binary 1101000 10101011 11110110 111010 11110 0 100 11010100 1011001 1000101

Color Harmonies of #68ABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABF6

Black with #68ABF6

Text Example


Text Example

White with #68ABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68ABF6; }

 p { color: rgb(104,171,246); }

 H1.HeaderClassName
 {
   color: #68ABF6;
 }
 .AnyTagClassName
 {
   color: #68ABF6;
 }
</style>

background-color css

<style>
 a { background-color: #68ABF6; }

 a { background-color: rgb(104,171,246); }

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

border-color css

<style>
 span { border-color: #68ABF6; }

 span { border-color: rgb(104,171,246); }

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