Html Css Color HEX #68A7FE Cornflower Blue

📋 copy color: '#68A7FE'

red 104 ◦ green 167 ◦ blue 254

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

Shades of Cornflower Blue #68A7FE

Tints of Cornflower Blue #68A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.81%

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 19.81%
G = 31.81%
B = 48.38%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68A7FE (or 0x68A7FE) is known color: Cornflower Blue. HEX triplet: 68, A7 and FE. RGB value is (104,167,254). Sum of RGB (Red+Green+Blue) = 104+167+254=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #68A7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A7FE is #975801. Grayscale: #9D9D9D. Windows color (decimal): -9918466 or 16689000. OLE color: 16689000.

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

Color convert

RGB 104 167 254 -
CMYK 0.59 0.34 0 0.00
HSL 214.8º 0.99% 0.7% -
HSV(B) 214.8º 0.59% 1% -
XYZ 37.42 37.74 99.08 -
YUV 158.08 182.13 89.43 -
System Red Green Blue C M Y K H S L
Decimal 104 167 254 0.59 0.34 0 0.00 214.8 0.99 0.7
Hex 68 A7 FE 3B 22 0 0 D7 63 46
Octal 150 247 376 73 42 0 0 327 143 106
Binary 1101000 10100111 11111110 111011 100010 0 0 11010111 1100011 1000110

Color Harmonies of #68A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A7FE

Black with #68A7FE

Text Example


Text Example

White with #68A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,167,254); }

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

background-color css

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

 a { background-color: rgb(104,167,254); }

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

border-color css

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

 span { border-color: rgb(104,167,254); }

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