Html Css Color HEX #6898FD Cornflower Blue

📋 copy color: '#6898FD'

red 104 ◦ green 152 ◦ blue 253

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

Shades of Cornflower Blue #6898FD

Tints of Cornflower Blue #6898FD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

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

R = 20.43%
G = 29.86%
B = 49.71%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6898FD (or 0x6898FD) is known color: Cornflower Blue. HEX triplet: 68, 98 and FD. RGB value is (104,152,253). Sum of RGB (Red+Green+Blue) = 104+152+253=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #6898FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6898FD is #976702. Grayscale: #949494. Windows color (decimal): -9922307 or 16619624. OLE color: 16619624.

HSL color Cylindrical-coordinate representation of color #6898FD: hue angle of 220.67º 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 #6898FD is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 152 253 -
CMYK 0.59 0.40 0 0.01
HSL 220.67º 0.97% 0.7% -
HSV(B) 220.67º 0.59% 0.99% -
XYZ 34.67 32.49 97.37 -
YUV 149.16 186.6 95.79 -
System Red Green Blue C M Y K H S L
Decimal 104 152 253 0.59 0.40 0 0.01 220.67 0.97 0.7
Hex 68 98 FD 3B 28 0 1 DD 61 46
Octal 150 230 375 73 50 0 1 335 141 106
Binary 1101000 10011000 11111101 111011 101000 0 1 11011101 1100001 1000110

Color Harmonies of #6898FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6898FD

Black with #6898FD

Text Example


Text Example

White with #6898FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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