Html Css Color HEX #68A1F9 Cornflower Blue

📋 copy color: '#68A1F9'

red 104 ◦ green 161 ◦ blue 249

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

Shades of Cornflower Blue #68A1F9

Tints of Cornflower Blue #68A1F9

RGB

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

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

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

R = 20.23%
G = 31.32%
B = 48.44%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68A1F9 (or 0x68A1F9) is known color: Cornflower Blue. HEX triplet: 68, A1 and F9. RGB value is (104,161,249). Sum of RGB (Red+Green+Blue) = 104+161+249=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #68A1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A1F9 is #975E06. Grayscale: #999999. Windows color (decimal): -9920007 or 16359784. OLE color: 16359784.

HSL color Cylindrical-coordinate representation of color #68A1F9: hue angle of 216.41º 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 #68A1F9 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 161 249 -
CMYK 0.58 0.35 0 0.02
HSL 216.41º 0.92% 0.69% -
HSV(B) 216.41º 0.58% 0.98% -
XYZ 35.55 35.27 94.56 -
YUV 153.99 181.62 92.34 -
System Red Green Blue C M Y K H S L
Decimal 104 161 249 0.58 0.35 0 0.02 216.41 0.92 0.69
Hex 68 A1 F9 3A 23 0 2 D8 5C 45
Octal 150 241 371 72 43 0 2 330 134 105
Binary 1101000 10100001 11111001 111010 100011 0 10 11011000 1011100 1000101

Color Harmonies of #68A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1F9

Black with #68A1F9

Text Example


Text Example

White with #68A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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