Html Css Color HEX #6894FF Cornflower Blue

📋 copy color: '#6894FF'

red 104 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #6894FF

Tints of Cornflower Blue #6894FF

RGB

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

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

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

R = 20.51%
G = 29.19%
B = 50.3%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6894FF (or 0x6894FF) is known color: Cornflower Blue. HEX triplet: 68, 94 and FF. RGB value is (104,148,255). Sum of RGB (Red+Green+Blue) = 104+148+255=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #6894FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6894FF is #976B00. Grayscale: #929292. Windows color (decimal): -9923329 or 16749672. OLE color: 16749672.

HSL color Cylindrical-coordinate representation of color #6894FF: hue angle of 222.52º 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 #6894FF is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 148 255 -
CMYK 0.59 0.42 0 0
HSL 222.52º 1% 0.7% -
HSV(B) 222.52º 0.59% 1% -
XYZ 34.35 31.34 98.85 -
YUV 147.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 104 148 255 0.59 0.42 0 0 222.52 1 0.7
Hex 68 94 FF 3B 2A 0 0 DF 64 46
Octal 150 224 377 73 52 0 0 337 144 106
Binary 1101000 10010100 11111111 111011 101010 0 0 11011111 1100100 1000110

Color Harmonies of #6894FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6894FF

Black with #6894FF

Text Example


Text Example

White with #6894FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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