Html Css Color HEX #6894FA Cornflower Blue

📋 copy color: '#6894FA'

red 104 ◦ green 148 ◦ blue 250

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

Shades of Cornflower Blue #6894FA

Tints of Cornflower Blue #6894FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 20.72%
G = 29.48%
B = 49.8%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6894FA (or 0x6894FA) is known color: Cornflower Blue. HEX triplet: 68, 94 and FA. RGB value is (104,148,250). Sum of RGB (Red+Green+Blue) = 104+148+250=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #6894FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6894FA is #976B05. Grayscale: #929292. Windows color (decimal): -9923334 or 16421992. OLE color: 16421992.

HSL color Cylindrical-coordinate representation of color #6894FA: hue angle of 221.92º 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 #6894FA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 148 250 -
CMYK 0.58 0.41 0 0.02
HSL 221.92º 0.94% 0.69% -
HSV(B) 221.92º 0.58% 0.98% -
XYZ 33.55 31.03 94.66 -
YUV 146.47 186.42 97.71 -
System Red Green Blue C M Y K H S L
Decimal 104 148 250 0.58 0.41 0 0.02 221.92 0.94 0.69
Hex 68 94 FA 3A 29 0 2 DE 5E 45
Octal 150 224 372 72 51 0 2 336 136 105
Binary 1101000 10010100 11111010 111010 101001 0 10 11011110 1011110 1000101

Color Harmonies of #6894FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6894FA

Black with #6894FA

Text Example


Text Example

White with #6894FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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