Html Css Color HEX #68A9FE Cornflower Blue

📋 copy color: '#68A9FE'

red 104 ◦ green 169 ◦ blue 254

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

Shades of Cornflower Blue #68A9FE

Tints of Cornflower Blue #68A9FE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.07%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 19.73%
G = 32.07%
B = 48.2%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68A9FE (or 0x68A9FE) is known color: Cornflower Blue. HEX triplet: 68, A9 and FE. RGB value is (104,169,254). Sum of RGB (Red+Green+Blue) = 104+169+254=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #68A9FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A9FE is #975601. Grayscale: #9E9E9E. Windows color (decimal): -9917954 or 16689512. OLE color: 16689512.

HSL color Cylindrical-coordinate representation of color #68A9FE: hue angle of 214º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A9FE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 169 254 -
CMYK 0.59 0.33 0 0.00
HSL 214º 0.99% 0.7% -
HSV(B) 214º 0.59% 1% -
XYZ 37.79 38.47 99.2 -
YUV 159.26 181.47 88.59 -
System Red Green Blue C M Y K H S L
Decimal 104 169 254 0.59 0.33 0 0.00 214 0.99 0.7
Hex 68 A9 FE 3B 21 0 0 D6 63 46
Octal 150 251 376 73 41 0 0 326 143 106
Binary 1101000 10101001 11111110 111011 100001 0 0 11010110 1100011 1000110

Color Harmonies of #68A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A9FE

Black with #68A9FE

Text Example


Text Example

White with #68A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,169,254); }

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

background-color css

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

 a { background-color: rgb(104,169,254); }

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

border-color css

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

 span { border-color: rgb(104,169,254); }

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