Html Css Color HEX #6894F2 Cornflower Blue

📋 copy color: '#6894F2'

red 104 ◦ green 148 ◦ blue 242

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

Shades of Cornflower Blue #6894F2

Tints of Cornflower Blue #6894F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 21.05%
G = 29.96%
B = 48.99%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6894F2 (or 0x6894F2) is known color: Cornflower Blue. HEX triplet: 68, 94 and F2. RGB value is (104,148,242). Sum of RGB (Red+Green+Blue) = 104+148+242=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #6894F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6894F2 is #976B0D. Grayscale: #919191. Windows color (decimal): -9923342 or 15897704. OLE color: 15897704.

HSL color Cylindrical-coordinate representation of color #6894F2: hue angle of 220.87º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6894F2 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 148 242 -
CMYK 0.57 0.39 0 0.05
HSL 220.87º 0.84% 0.68% -
HSV(B) 220.87º 0.57% 0.95% -
XYZ 32.33 30.53 88.19 -
YUV 145.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 104 148 242 0.57 0.39 0 0.05 220.87 0.84 0.68
Hex 68 94 F2 39 27 0 5 DD 54 44
Octal 150 224 362 71 47 0 5 335 124 104
Binary 1101000 10010100 11110010 111001 100111 0 101 11011101 1010100 1000100

Color Harmonies of #6894F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6894F2

Black with #6894F2

Text Example


Text Example

White with #6894F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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