Html Css Color HEX #68A1FC Cornflower Blue

📋 copy color: '#68A1FC'

red 104 ◦ green 161 ◦ blue 252

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

Shades of Cornflower Blue #68A1FC

Tints of Cornflower Blue #68A1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.14%

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

R = 20.12%
G = 31.14%
B = 48.74%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68A1FC (or 0x68A1FC) is known color: Cornflower Blue. HEX triplet: 68, A1 and FC. RGB value is (104,161,252). Sum of RGB (Red+Green+Blue) = 104+161+252=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #68A1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A1FC is #975E03. Grayscale: #999999. Windows color (decimal): -9920004 or 16556392. OLE color: 16556392.

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

Color convert

RGB 104 161 252 -
CMYK 0.59 0.36 0 0.01
HSL 216.89º 0.96% 0.7% -
HSV(B) 216.89º 0.59% 0.99% -
XYZ 36.02 35.46 97.04 -
YUV 154.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 104 161 252 0.59 0.36 0 0.01 216.89 0.96 0.7
Hex 68 A1 FC 3B 24 0 1 D9 60 46
Octal 150 241 374 73 44 0 1 331 140 106
Binary 1101000 10100001 11111100 111011 100100 0 1 11011001 1100000 1000110

Color Harmonies of #68A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1FC

Black with #68A1FC

Text Example


Text Example

White with #68A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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