Html Css Color HEX #68A1FF Cornflower Blue

📋 copy color: '#68A1FF'

red 104 ◦ green 161 ◦ blue 255

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

Shades of Cornflower Blue #68A1FF

Tints of Cornflower Blue #68A1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 20%
G = 30.96%
B = 49.04%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68A1FF (or 0x68A1FF) is known color: Cornflower Blue. HEX triplet: 68, A1 and FF. RGB value is (104,161,255). Sum of RGB (Red+Green+Blue) = 104+161+255=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #68A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A1FF is #975E00. Grayscale: #9A9A9A. Windows color (decimal): -9920001 or 16753000. OLE color: 16753000.

HSL color Cylindrical-coordinate representation of color #68A1FF: hue angle of 217.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A1FF is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 161 255 -
CMYK 0.59 0.37 0 0
HSL 217.35º 1% 0.7% -
HSV(B) 217.35º 0.59% 1% -
XYZ 36.5 35.65 99.57 -
YUV 154.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 104 161 255 0.59 0.37 0 0 217.35 1 0.7
Hex 68 A1 FF 3B 25 0 0 D9 64 46
Octal 150 241 377 73 45 0 0 331 144 106
Binary 1101000 10100001 11111111 111011 100101 0 0 11011001 1100100 1000110

Color Harmonies of #68A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1FF

Black with #68A1FF

Text Example


Text Example

White with #68A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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