Html Css Color HEX #68A2FE Cornflower Blue

📋 copy color: '#68A2FE'

red 104 ◦ green 162 ◦ blue 254

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

Shades of Cornflower Blue #68A2FE

Tints of Cornflower Blue #68A2FE

RGB

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

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

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

R = 20%
G = 31.15%
B = 48.85%

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

#68A2FE (or 0x68A2FE) is known color: Cornflower Blue. HEX triplet: 68, A2 and FE. RGB value is (104,162,254). Sum of RGB (Red+Green+Blue) = 104+162+254=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #68A2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A2FE is #975D01. Grayscale: #9A9A9A. Windows color (decimal): -9919746 or 16687720. OLE color: 16687720.

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

Color convert

RGB 104 162 254 -
CMYK 0.59 0.36 0 0.00
HSL 216.8º 0.99% 0.7% -
HSV(B) 216.8º 0.59% 1% -
XYZ 36.52 35.94 98.78 -
YUV 155.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 104 162 254 0.59 0.36 0 0.00 216.8 0.99 0.7
Hex 68 A2 FE 3B 24 0 0 D9 63 46
Octal 150 242 376 73 44 0 0 331 143 106
Binary 1101000 10100010 11111110 111011 100100 0 0 11011001 1100011 1000110

Color Harmonies of #68A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2FE

Black with #68A2FE

Text Example


Text Example

White with #68A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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