Html Css Color HEX #68A0FE Cornflower Blue

📋 copy color: '#68A0FE'

red 104 ◦ green 160 ◦ blue 254

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

Shades of Cornflower Blue #68A0FE

Tints of Cornflower Blue #68A0FE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

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

R = 20.08%
G = 30.89%
B = 49.03%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68A0FE (or 0x68A0FE) is known color: Cornflower Blue. HEX triplet: 68, A0 and FE. RGB value is (104,160,254). Sum of RGB (Red+Green+Blue) = 104+160+254=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #68A0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A0FE is #975F01. Grayscale: #999999. Windows color (decimal): -9920258 or 16687208. OLE color: 16687208.

HSL color Cylindrical-coordinate representation of color #68A0FE: hue angle of 217.6º 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 #68A0FE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 160 254 -
CMYK 0.59 0.37 0 0.00
HSL 217.6º 0.99% 0.7% -
HSV(B) 217.6º 0.59% 1% -
XYZ 36.17 35.24 98.66 -
YUV 153.97 184.45 92.36 -
System Red Green Blue C M Y K H S L
Decimal 104 160 254 0.59 0.37 0 0.00 217.6 0.99 0.7
Hex 68 A0 FE 3B 25 0 0 DA 63 46
Octal 150 240 376 73 45 0 0 332 143 106
Binary 1101000 10100000 11111110 111011 100101 0 0 11011010 1100011 1000110

Color Harmonies of #68A0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A0FE

Black with #68A0FE

Text Example


Text Example

White with #68A0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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