Html Css Color HEX #6892FD Cornflower Blue

📋 copy color: '#6892FD'

red 104 ◦ green 146 ◦ blue 253

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

Shades of Cornflower Blue #6892FD

Tints of Cornflower Blue #6892FD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.03%

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 20.68%
G = 29.03%
B = 50.3%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6892FD (or 0x6892FD) is known color: Cornflower Blue. HEX triplet: 68, 92 and FD. RGB value is (104,146,253). Sum of RGB (Red+Green+Blue) = 104+146+253=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #6892FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6892FD is #976D02. Grayscale: #919191. Windows color (decimal): -9923843 or 16618088. OLE color: 16618088.

HSL color Cylindrical-coordinate representation of color #6892FD: hue angle of 223.09º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6892FD is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 146 253 -
CMYK 0.59 0.42 0 0.01
HSL 223.09º 0.97% 0.7% -
HSV(B) 223.09º 0.59% 0.99% -
XYZ 33.72 30.59 97.06 -
YUV 145.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 104 146 253 0.59 0.42 0 0.01 223.09 0.97 0.7
Hex 68 92 FD 3B 2A 0 1 DF 61 46
Octal 150 222 375 73 52 0 1 337 141 106
Binary 1101000 10010010 11111101 111011 101010 0 1 11011111 1100001 1000110

Color Harmonies of #6892FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6892FD

Black with #6892FD

Text Example


Text Example

White with #6892FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6892FD; }

 p { color: rgb(104,146,253); }

 H1.HeaderClassName
 {
   color: #6892FD;
 }
 .AnyTagClassName
 {
   color: #6892FD;
 }
</style>

background-color css

<style>
 a { background-color: #6892FD; }

 a { background-color: rgb(104,146,253); }

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

border-color css

<style>
 span { border-color: #6892FD; }

 span { border-color: rgb(104,146,253); }

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