Html Css Color HEX #6891FA Cornflower Blue

📋 copy color: '#6891FA'

red 104 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #6891FA

Tints of Cornflower Blue #6891FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 20.84%
G = 29.06%
B = 50.1%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6891FA (or 0x6891FA) is known color: Cornflower Blue. HEX triplet: 68, 91 and FA. RGB value is (104,145,250). Sum of RGB (Red+Green+Blue) = 104+145+250=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #6891FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6891FA is #976E05. Grayscale: #909090. Windows color (decimal): -9924102 or 16421224. OLE color: 16421224.

HSL color Cylindrical-coordinate representation of color #6891FA: hue angle of 223.15º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6891FA is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 145 250 -
CMYK 0.58 0.42 0 0.02
HSL 223.15º 0.94% 0.69% -
HSV(B) 223.15º 0.58% 0.98% -
XYZ 33.09 30.1 94.51 -
YUV 144.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 104 145 250 0.58 0.42 0 0.02 223.15 0.94 0.69
Hex 68 91 FA 3A 2A 0 2 DF 5E 45
Octal 150 221 372 72 52 0 2 337 136 105
Binary 1101000 10010001 11111010 111010 101010 0 10 11011111 1011110 1000101

Color Harmonies of #6891FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6891FA

Black with #6891FA

Text Example


Text Example

White with #6891FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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