Html Css Color HEX #68A2FC Cornflower Blue

📋 copy color: '#68A2FC'

red 104 ◦ green 162 ◦ blue 252

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

Shades of Cornflower Blue #68A2FC

Tints of Cornflower Blue #68A2FC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

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

R = 20.08%
G = 31.27%
B = 48.65%

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

#68A2FC (or 0x68A2FC) is known color: Cornflower Blue. HEX triplet: 68, A2 and FC. RGB value is (104,162,252). Sum of RGB (Red+Green+Blue) = 104+162+252=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #68A2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A2FC is #975D03. Grayscale: #9A9A9A. Windows color (decimal): -9919748 or 16556648. OLE color: 16556648.

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

Color convert

RGB 104 162 252 -
CMYK 0.59 0.36 0 0.01
HSL 216.49º 0.96% 0.7% -
HSV(B) 216.49º 0.59% 0.99% -
XYZ 36.2 35.81 97.1 -
YUV 154.92 182.78 91.68 -
System Red Green Blue C M Y K H S L
Decimal 104 162 252 0.59 0.36 0 0.01 216.49 0.96 0.7
Hex 68 A2 FC 3B 24 0 1 D8 60 46
Octal 150 242 374 73 44 0 1 330 140 106
Binary 1101000 10100010 11111100 111011 100100 0 1 11011000 1100000 1000110

Color Harmonies of #68A2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2FC

Black with #68A2FC

Text Example


Text Example

White with #68A2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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