Html Css Color HEX #6893DF Cornflower Blue

📋 copy color: '#6893DF'

red 104 ◦ green 147 ◦ blue 223

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

Shades of Cornflower Blue #6893DF

Tints of Cornflower Blue #6893DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 21.94%
G = 31.01%
B = 47.05%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6893DF (or 0x6893DF) is known color: Cornflower Blue. HEX triplet: 68, 93 and DF. RGB value is (104,147,223). Sum of RGB (Red+Green+Blue) = 104+147+223=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #6893DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893DF is #976C20. Grayscale: #8E8E8E. Windows color (decimal): -9923617 or 14652264. OLE color: 14652264.

HSL color Cylindrical-coordinate representation of color #6893DF: hue angle of 218.32º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6893DF is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 147 223 -
CMYK 0.53 0.34 0 0.13
HSL 218.32º 0.65% 0.64% -
HSV(B) 218.32º 0.53% 0.87% -
XYZ 29.46 29.14 73.88 -
YUV 142.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 104 147 223 0.53 0.34 0 0.13 218.32 0.65 0.64
Hex 68 93 DF 35 22 0 D DA 41 40
Octal 150 223 337 65 42 0 15 332 101 100
Binary 1101000 10010011 11011111 110101 100010 0 1101 11011010 1000001 1000000

Color Harmonies of #6893DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6893DF

Black with #6893DF

Text Example


Text Example

White with #6893DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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