Html Css Color HEX #68A3EF Cornflower Blue

📋 copy color: '#68A3EF'

red 104 ◦ green 163 ◦ blue 239

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

Shades of Cornflower Blue #68A3EF

Tints of Cornflower Blue #68A3EF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.21%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 20.55%
G = 32.21%
B = 47.23%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68A3EF (or 0x68A3EF) is known color: Cornflower Blue. HEX triplet: 68, A3 and EF. RGB value is (104,163,239). Sum of RGB (Red+Green+Blue) = 104+163+239=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #68A3EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A3EF is #975C10. Grayscale: #999999. Windows color (decimal): -9919505 or 15704936. OLE color: 15704936.

HSL color Cylindrical-coordinate representation of color #68A3EF: hue angle of 213.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A3EF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 163 239 -
CMYK 0.56 0.32 0 0.06
HSL 213.78º 0.81% 0.67% -
HSV(B) 213.78º 0.56% 0.94% -
XYZ 34.39 35.37 86.68 -
YUV 154.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 104 163 239 0.56 0.32 0 0.06 213.78 0.81 0.67
Hex 68 A3 EF 38 20 0 6 D6 51 43
Octal 150 243 357 70 40 0 6 326 121 103
Binary 1101000 10100011 11101111 111000 100000 0 110 11010110 1010001 1000011

Color Harmonies of #68A3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A3EF

Black with #68A3EF

Text Example


Text Example

White with #68A3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,163,239); }

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

background-color css

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

 a { background-color: rgb(104,163,239); }

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

border-color css

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

 span { border-color: rgb(104,163,239); }

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