Html Css Color HEX #6896FB Cornflower Blue

📋 copy color: '#6896FB'

red 104 ◦ green 150 ◦ blue 251

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

Shades of Cornflower Blue #6896FB

Tints of Cornflower Blue #6896FB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.7%

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 20.59%
G = 29.7%
B = 49.7%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6896FB (or 0x6896FB) is known color: Cornflower Blue. HEX triplet: 68, 96 and FB. RGB value is (104,150,251). Sum of RGB (Red+Green+Blue) = 104+150+251=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #6896FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6896FB is #976904. Grayscale: #939393. Windows color (decimal): -9922821 or 16488040. OLE color: 16488040.

HSL color Cylindrical-coordinate representation of color #6896FB: hue angle of 221.22º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6896FB is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 150 251 -
CMYK 0.59 0.40 0 0.02
HSL 221.22º 0.95% 0.7% -
HSV(B) 221.22º 0.59% 0.98% -
XYZ 34.03 31.72 95.6 -
YUV 147.76 186.26 96.79 -
System Red Green Blue C M Y K H S L
Decimal 104 150 251 0.59 0.40 0 0.02 221.22 0.95 0.7
Hex 68 96 FB 3B 28 0 2 DD 5F 46
Octal 150 226 373 73 50 0 2 335 137 106
Binary 1101000 10010110 11111011 111011 101000 0 10 11011101 1011111 1000110

Color Harmonies of #6896FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6896FB

Black with #6896FB

Text Example


Text Example

White with #6896FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6896FB; }

 p { color: rgb(104,150,251); }

 H1.HeaderClassName
 {
   color: #6896FB;
 }
 .AnyTagClassName
 {
   color: #6896FB;
 }
</style>

background-color css

<style>
 a { background-color: #6896FB; }

 a { background-color: rgb(104,150,251); }

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

border-color css

<style>
 span { border-color: #6896FB; }

 span { border-color: rgb(104,150,251); }

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