Html Css Color HEX #6896E7 Cornflower Blue

📋 copy color: '#6896E7'

red 104 ◦ green 150 ◦ blue 231

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

Shades of Cornflower Blue #6896E7

Tints of Cornflower Blue #6896E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.63%

R = 21.44%
G = 30.93%
B = 47.63%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6896E7 (or 0x6896E7) is known color: Cornflower Blue. HEX triplet: 68, 96 and E7. RGB value is (104,150,231). Sum of RGB (Red+Green+Blue) = 104+150+231=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #6896E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6896E7 is #976918. Grayscale: #919191. Windows color (decimal): -9922841 or 15177320. OLE color: 15177320.

HSL color Cylindrical-coordinate representation of color #6896E7: hue angle of 218.27º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6896E7 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 150 231 -
CMYK 0.55 0.35 0 0.09
HSL 218.27º 0.73% 0.66% -
HSV(B) 218.27º 0.55% 0.91% -
XYZ 31.04 30.53 79.86 -
YUV 145.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 104 150 231 0.55 0.35 0 0.09 218.27 0.73 0.66
Hex 68 96 E7 37 23 0 9 DA 49 42
Octal 150 226 347 67 43 0 11 332 111 102
Binary 1101000 10010110 11100111 110111 100011 0 1001 11011010 1001001 1000010

Color Harmonies of #6896E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6896E7

Black with #6896E7

Text Example


Text Example

White with #6896E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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