Html Css Color HEX #68A3FE Cornflower Blue

📋 copy color: '#68A3FE'

red 104 ◦ green 163 ◦ blue 254

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

Shades of Cornflower Blue #68A3FE

Tints of Cornflower Blue #68A3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.29%

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

R = 19.96%
G = 31.29%
B = 48.75%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68A3FE (or 0x68A3FE) is known color: Cornflower Blue. HEX triplet: 68, A3 and FE. RGB value is (104,163,254). Sum of RGB (Red+Green+Blue) = 104+163+254=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #68A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A3FE is #975C01. Grayscale: #9B9B9B. Windows color (decimal): -9919490 or 16687976. OLE color: 16687976.

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

Color convert

RGB 104 163 254 -
CMYK 0.59 0.36 0 0.00
HSL 216.4º 0.99% 0.7% -
HSV(B) 216.4º 0.59% 1% -
XYZ 36.7 36.29 98.84 -
YUV 155.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 104 163 254 0.59 0.36 0 0.00 216.4 0.99 0.7
Hex 68 A3 FE 3B 24 0 0 D8 63 46
Octal 150 243 376 73 44 0 0 330 143 106
Binary 1101000 10100011 11111110 111011 100100 0 0 11011000 1100011 1000110

Color Harmonies of #68A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A3FE

Black with #68A3FE

Text Example


Text Example

White with #68A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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