Html Css Color HEX #6891FF Cornflower Blue

📋 copy color: '#6891FF'

red 104 ◦ green 145 ◦ blue 255

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

Shades of Cornflower Blue #6891FF

Tints of Cornflower Blue #6891FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.77%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 20.63%
G = 28.77%
B = 50.6%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6891FF (or 0x6891FF) is known color: Cornflower Blue. HEX triplet: 68, 91 and FF. RGB value is (104,145,255). Sum of RGB (Red+Green+Blue) = 104+145+255=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #6891FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6891FF is #976E00. Grayscale: #909090. Windows color (decimal): -9924097 or 16748904. OLE color: 16748904.

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

Color convert

RGB 104 145 255 -
CMYK 0.59 0.43 0 0
HSL 223.71º 1% 0.7% -
HSV(B) 223.71º 0.59% 1% -
XYZ 33.88 30.41 98.69 -
YUV 145.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 104 145 255 0.59 0.43 0 0 223.71 1 0.7
Hex 68 91 FF 3B 2B 0 0 E0 64 46
Octal 150 221 377 73 53 0 0 340 144 106
Binary 1101000 10010001 11111111 111011 101011 0 0 11100000 1100100 1000110

Color Harmonies of #6891FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6891FF

Black with #6891FF

Text Example


Text Example

White with #6891FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6891FF; }

 p { color: rgb(104,145,255); }

 H1.HeaderClassName
 {
   color: #6891FF;
 }
 .AnyTagClassName
 {
   color: #6891FF;
 }
</style>

background-color css

<style>
 a { background-color: #6891FF; }

 a { background-color: rgb(104,145,255); }

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

border-color css

<style>
 span { border-color: #6891FF; }

 span { border-color: rgb(104,145,255); }

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