Html Css Color HEX #6898EC Cornflower Blue

📋 copy color: '#6898EC'

red 104 ◦ green 152 ◦ blue 236

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

Shades of Cornflower Blue #6898EC

Tints of Cornflower Blue #6898EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 21.14%
G = 30.89%
B = 47.97%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6898EC (or 0x6898EC) is known color: Cornflower Blue. HEX triplet: 68, 98 and EC. RGB value is (104,152,236). Sum of RGB (Red+Green+Blue) = 104+152+236=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #6898EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6898EC is #976713. Grayscale: #929292. Windows color (decimal): -9922324 or 15505512. OLE color: 15505512.

HSL color Cylindrical-coordinate representation of color #6898EC: hue angle of 218.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6898EC is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 152 236 -
CMYK 0.56 0.36 0 0.07
HSL 218.18º 0.78% 0.67% -
HSV(B) 218.18º 0.56% 0.93% -
XYZ 32.08 31.46 83.74 -
YUV 147.22 178.1 97.17 -
System Red Green Blue C M Y K H S L
Decimal 104 152 236 0.56 0.36 0 0.07 218.18 0.78 0.67
Hex 68 98 EC 38 24 0 7 DA 4E 43
Octal 150 230 354 70 44 0 7 332 116 103
Binary 1101000 10011000 11101100 111000 100100 0 111 11011010 1001110 1000011

Color Harmonies of #6898EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6898EC

Black with #6898EC

Text Example


Text Example

White with #6898EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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