Html Css Color HEX #68A8FC Cornflower Blue

📋 copy color: '#68A8FC'

red 104 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #68A8FC

Tints of Cornflower Blue #68A8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.06%

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 19.85%
G = 32.06%
B = 48.09%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68A8FC (or 0x68A8FC) is known color: Cornflower Blue. HEX triplet: 68, A8 and FC. RGB value is (104,168,252). Sum of RGB (Red+Green+Blue) = 104+168+252=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #68A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A8FC is #975703. Grayscale: #9E9E9E. Windows color (decimal): -9918212 or 16558184. OLE color: 16558184.

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

Color convert

RGB 104 168 252 -
CMYK 0.59 0.33 0 0.01
HSL 214.05º 0.96% 0.7% -
HSV(B) 214.05º 0.59% 0.99% -
XYZ 37.28 37.98 97.46 -
YUV 158.44 180.8 89.17 -
System Red Green Blue C M Y K H S L
Decimal 104 168 252 0.59 0.33 0 0.01 214.05 0.96 0.7
Hex 68 A8 FC 3B 21 0 1 D6 60 46
Octal 150 250 374 73 41 0 1 326 140 106
Binary 1101000 10101000 11111100 111011 100001 0 1 11010110 1100000 1000110

Color Harmonies of #68A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A8FC

Black with #68A8FC

Text Example


Text Example

White with #68A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,168,252); }

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

background-color css

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

 a { background-color: rgb(104,168,252); }

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

border-color css

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

 span { border-color: rgb(104,168,252); }

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