Html Css Color HEX #68A2F7 Cornflower Blue

📋 copy color: '#68A2F7'

red 104 ◦ green 162 ◦ blue 247

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

Shades of Cornflower Blue #68A2F7

Tints of Cornflower Blue #68A2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.15%

R = 20.27%
G = 31.58%
B = 48.15%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68A2F7 (or 0x68A2F7) is known color: Cornflower Blue. HEX triplet: 68, A2 and F7. RGB value is (104,162,247). Sum of RGB (Red+Green+Blue) = 104+162+247=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #68A2F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A2F7 is #975D08. Grayscale: #999999. Windows color (decimal): -9919753 or 16228968. OLE color: 16228968.

HSL color Cylindrical-coordinate representation of color #68A2F7: hue angle of 215.66º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68A2F7 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 162 247 -
CMYK 0.58 0.34 0 0.03
HSL 215.66º 0.9% 0.69% -
HSV(B) 215.66º 0.58% 0.97% -
XYZ 35.42 35.5 92.98 -
YUV 154.35 180.28 92.09 -
System Red Green Blue C M Y K H S L
Decimal 104 162 247 0.58 0.34 0 0.03 215.66 0.9 0.69
Hex 68 A2 F7 3A 22 0 3 D8 5A 45
Octal 150 242 367 72 42 0 3 330 132 105
Binary 1101000 10100010 11110111 111010 100010 0 11 11011000 1011010 1000101

Color Harmonies of #68A2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2F7

Black with #68A2F7

Text Example


Text Example

White with #68A2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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