Html Css Color HEX #6895E1 Cornflower Blue

📋 copy color: '#6895E1'

red 104 ◦ green 149 ◦ blue 225

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

Shades of Cornflower Blue #6895E1

Tints of Cornflower Blue #6895E1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 21.76%
G = 31.17%
B = 47.07%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6895E1 (or 0x6895E1) is known color: Cornflower Blue. HEX triplet: 68, 95 and E1. RGB value is (104,149,225). Sum of RGB (Red+Green+Blue) = 104+149+225=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #6895E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895E1 is #976A1E. Grayscale: #8F8F8F. Windows color (decimal): -9923103 or 14783848. OLE color: 14783848.

HSL color Cylindrical-coordinate representation of color #6895E1: hue angle of 217.69º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6895E1 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 149 225 -
CMYK 0.54 0.34 0 0.12
HSL 217.69º 0.67% 0.65% -
HSV(B) 217.69º 0.54% 0.88% -
XYZ 30.05 29.87 75.42 -
YUV 144.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 104 149 225 0.54 0.34 0 0.12 217.69 0.67 0.65
Hex 68 95 E1 36 22 0 C DA 43 41
Octal 150 225 341 66 42 0 14 332 103 101
Binary 1101000 10010101 11100001 110110 100010 0 1100 11011010 1000011 1000001

Color Harmonies of #6895E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6895E1

Black with #6895E1

Text Example


Text Example

White with #6895E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6895E1; }

 p { color: rgb(104,149,225); }

 H1.HeaderClassName
 {
   color: #6895E1;
 }
 .AnyTagClassName
 {
   color: #6895E1;
 }
</style>

background-color css

<style>
 a { background-color: #6895E1; }

 a { background-color: rgb(104,149,225); }

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

border-color css

<style>
 span { border-color: #6895E1; }

 span { border-color: rgb(104,149,225); }

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