Html Css Color HEX #6893FA Cornflower Blue

📋 copy color: '#6893FA'

red 104 ◦ green 147 ◦ blue 250

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

Shades of Cornflower Blue #6893FA

Tints of Cornflower Blue #6893FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

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

R = 20.76%
G = 29.34%
B = 49.9%

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

#6893FA (or 0x6893FA) is known color: Cornflower Blue. HEX triplet: 68, 93 and FA. RGB value is (104,147,250). Sum of RGB (Red+Green+Blue) = 104+147+250=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #6893FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6893FA is #976C05. Grayscale: #919191. Windows color (decimal): -9923590 or 16421736. OLE color: 16421736.

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

Color convert

RGB 104 147 250 -
CMYK 0.58 0.41 0 0.02
HSL 222.33º 0.94% 0.69% -
HSV(B) 222.33º 0.58% 0.98% -
XYZ 33.4 30.71 94.61 -
YUV 145.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 104 147 250 0.58 0.41 0 0.02 222.33 0.94 0.69
Hex 68 93 FA 3A 29 0 2 DE 5E 45
Octal 150 223 372 72 51 0 2 336 136 105
Binary 1101000 10010011 11111010 111010 101001 0 10 11011110 1011110 1000101

Color Harmonies of #6893FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6893FA

Black with #6893FA

Text Example


Text Example

White with #6893FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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