Html Css Color HEX #6895FA Cornflower Blue

📋 copy color: '#6895FA'

red 104 ◦ green 149 ◦ blue 250

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

Shades of Cornflower Blue #6895FA

Tints of Cornflower Blue #6895FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 20.68%
G = 29.62%
B = 49.7%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6895FA (or 0x6895FA) is known color: Cornflower Blue. HEX triplet: 68, 95 and FA. RGB value is (104,149,250). Sum of RGB (Red+Green+Blue) = 104+149+250=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #6895FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895FA is #976A05. Grayscale: #929292. Windows color (decimal): -9923078 or 16422248. OLE color: 16422248.

HSL color Cylindrical-coordinate representation of color #6895FA: hue angle of 221.51º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6895FA is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 149 250 -
CMYK 0.58 0.40 0 0.02
HSL 221.51º 0.94% 0.69% -
HSV(B) 221.51º 0.58% 0.98% -
XYZ 33.71 31.34 94.71 -
YUV 147.06 186.09 97.29 -
System Red Green Blue C M Y K H S L
Decimal 104 149 250 0.58 0.40 0 0.02 221.51 0.94 0.69
Hex 68 95 FA 3A 28 0 2 DE 5E 45
Octal 150 225 372 72 50 0 2 336 136 105
Binary 1101000 10010101 11111010 111010 101000 0 10 11011110 1011110 1000101

Color Harmonies of #6895FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6895FA

Black with #6895FA

Text Example


Text Example

White with #6895FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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