Html Css Color HEX #68A6F9 Cornflower Blue

📋 copy color: '#68A6F9'

red 104 ◦ green 166 ◦ blue 249

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

Shades of Cornflower Blue #68A6F9

Tints of Cornflower Blue #68A6F9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.98%

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 20.04%
G = 31.98%
B = 47.98%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68A6F9 (or 0x68A6F9) is known color: Cornflower Blue. HEX triplet: 68, A6 and F9. RGB value is (104,166,249). Sum of RGB (Red+Green+Blue) = 104+166+249=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #68A6F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A6F9 is #975906. Grayscale: #9C9C9C. Windows color (decimal): -9918727 or 16361064. OLE color: 16361064.

HSL color Cylindrical-coordinate representation of color #68A6F9: hue angle of 214.34º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68A6F9 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 166 249 -
CMYK 0.58 0.33 0 0.02
HSL 214.34º 0.92% 0.69% -
HSV(B) 214.34º 0.58% 0.98% -
XYZ 36.44 37.06 94.85 -
YUV 156.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 104 166 249 0.58 0.33 0 0.02 214.34 0.92 0.69
Hex 68 A6 F9 3A 21 0 2 D6 5C 45
Octal 150 246 371 72 41 0 2 326 134 105
Binary 1101000 10100110 11111001 111010 100001 0 10 11010110 1011100 1000101

Color Harmonies of #68A6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A6F9

Black with #68A6F9

Text Example


Text Example

White with #68A6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,166,249); }

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

background-color css

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

 a { background-color: rgb(104,166,249); }

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

border-color css

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

 span { border-color: rgb(104,166,249); }

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