Html Css Color HEX #6896DA Cornflower Blue

📋 copy color: '#6896DA'

red 104 ◦ green 150 ◦ blue 218

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

Shades of Cornflower Blue #6896DA

Tints of Cornflower Blue #6896DA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 22.03%
G = 31.78%
B = 46.19%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6896DA (or 0x6896DA) is known color: Cornflower Blue. HEX triplet: 68, 96 and DA. RGB value is (104,150,218). Sum of RGB (Red+Green+Blue) = 104+150+218=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #6896DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6896DA is #976925. Grayscale: #8F8F8F. Windows color (decimal): -9922854 or 14325352. OLE color: 14325352.

HSL color Cylindrical-coordinate representation of color #6896DA: hue angle of 215.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6896DA is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 150 218 -
CMYK 0.52 0.31 0 0.15
HSL 215.79º 0.61% 0.63% -
HSV(B) 215.79º 0.52% 0.85% -
XYZ 29.27 29.82 70.54 -
YUV 144 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 104 150 218 0.52 0.31 0 0.15 215.79 0.61 0.63
Hex 68 96 DA 34 1F 0 F D8 3D 3F
Octal 150 226 332 64 37 0 17 330 75 77
Binary 1101000 10010110 11011010 110100 11111 0 1111 11011000 111101 111111

Color Harmonies of #6896DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6896DA

Black with #6896DA

Text Example


Text Example

White with #6896DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6896DA; }

 p { color: rgb(104,150,218); }

 H1.HeaderClassName
 {
   color: #6896DA;
 }
 .AnyTagClassName
 {
   color: #6896DA;
 }
</style>

background-color css

<style>
 a { background-color: #6896DA; }

 a { background-color: rgb(104,150,218); }

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

border-color css

<style>
 span { border-color: #6896DA; }

 span { border-color: rgb(104,150,218); }

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