Html Css Color HEX #6893DA Cornflower Blue

📋 copy color: '#6893DA'

red 104 ◦ green 147 ◦ blue 218

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

Shades of Cornflower Blue #6893DA

Tints of Cornflower Blue #6893DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 22.17%
G = 31.34%
B = 46.48%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6893DA (or 0x6893DA) is known color: Cornflower Blue. HEX triplet: 68, 93 and DA. RGB value is (104,147,218). Sum of RGB (Red+Green+Blue) = 104+147+218=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #6893DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893DA is #976C25. Grayscale: #8D8D8D. Windows color (decimal): -9923622 or 14324584. OLE color: 14324584.

HSL color Cylindrical-coordinate representation of color #6893DA: hue angle of 217.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6893DA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 147 218 -
CMYK 0.52 0.33 0 0.15
HSL 217.37º 0.61% 0.63% -
HSV(B) 217.37º 0.52% 0.85% -
XYZ 28.8 28.87 70.38 -
YUV 142.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 104 147 218 0.52 0.33 0 0.15 217.37 0.61 0.63
Hex 68 93 DA 34 21 0 F D9 3D 3F
Octal 150 223 332 64 41 0 17 331 75 77
Binary 1101000 10010011 11011010 110100 100001 0 1111 11011001 111101 111111

Color Harmonies of #6893DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6893DA

Black with #6893DA

Text Example


Text Example

White with #6893DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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