Html Css Color HEX #6893D8 Cornflower Blue

📋 copy color: '#6893D8'

red 104 ◦ green 147 ◦ blue 216

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

Shades of Cornflower Blue #6893D8

Tints of Cornflower Blue #6893D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.25%

R = 22.27%
G = 31.48%
B = 46.25%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6893D8 (or 0x6893D8) is known color: Cornflower Blue. HEX triplet: 68, 93 and D8. RGB value is (104,147,216). Sum of RGB (Red+Green+Blue) = 104+147+216=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #6893D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893D8 is #976C27. Grayscale: #8D8D8D. Windows color (decimal): -9923624 or 14193512. OLE color: 14193512.

HSL color Cylindrical-coordinate representation of color #6893D8: hue angle of 216.96º degrees, saturation: 0.59, 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 #6893D8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 147 216 -
CMYK 0.52 0.32 0 0.15
HSL 216.96º 0.59% 0.63% -
HSV(B) 216.96º 0.52% 0.85% -
XYZ 28.54 28.77 69.01 -
YUV 142.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 104 147 216 0.52 0.32 0 0.15 216.96 0.59 0.63
Hex 68 93 D8 34 20 0 F D9 3B 3F
Octal 150 223 330 64 40 0 17 331 73 77
Binary 1101000 10010011 11011000 110100 100000 0 1111 11011001 111011 111111

Color Harmonies of #6893D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6893D8

Black with #6893D8

Text Example


Text Example

White with #6893D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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