Html Css Color HEX #6893E7 Cornflower Blue

📋 copy color: '#6893E7'

red 104 ◦ green 147 ◦ blue 231

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

Shades of Cornflower Blue #6893E7

Tints of Cornflower Blue #6893E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.93%

R = 21.58%
G = 30.5%
B = 47.93%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6893E7 (or 0x6893E7) is known color: Cornflower Blue. HEX triplet: 68, 93 and E7. RGB value is (104,147,231). Sum of RGB (Red+Green+Blue) = 104+147+231=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #6893E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6893E7 is #976C18. Grayscale: #8F8F8F. Windows color (decimal): -9923609 or 15176552. OLE color: 15176552.

HSL color Cylindrical-coordinate representation of color #6893E7: hue angle of 219.69º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6893E7 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 147 231 -
CMYK 0.55 0.36 0 0.09
HSL 219.69º 0.73% 0.66% -
HSV(B) 219.69º 0.55% 0.91% -
XYZ 30.57 29.58 79.7 -
YUV 143.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 104 147 231 0.55 0.36 0 0.09 219.69 0.73 0.66
Hex 68 93 E7 37 24 0 9 DC 49 42
Octal 150 223 347 67 44 0 11 334 111 102
Binary 1101000 10010011 11100111 110111 100100 0 1001 11011100 1001001 1000010

Color Harmonies of #6893E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6893E7

Black with #6893E7

Text Example


Text Example

White with #6893E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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