Html Css Color HEX #6796EC Cornflower Blue

📋 copy color: '#6796EC'

red 103 ◦ green 150 ◦ blue 236

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

Shades of Cornflower Blue #6796EC

Tints of Cornflower Blue #6796EC

RGB

 RED value IS 103 (40.63% from 255) = 21.06%

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

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

R = 21.06%
G = 30.67%
B = 48.26%

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

#6796EC (or 0x6796EC) is known color: Cornflower Blue. HEX triplet: 67, 96 and EC. RGB value is (103,150,236). Sum of RGB (Red+Green+Blue) = 103+150+236=489 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.06% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #6796EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6796EC is #986913. Grayscale: #919191. Windows color (decimal): -9988372 or 15504999. OLE color: 15504999.

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

Color convert

RGB 103 150 236 -
CMYK 0.56 0.36 0 0.07
HSL 218.8º 0.78% 0.66% -
HSV(B) 218.8º 0.56% 0.93% -
XYZ 31.64 30.75 83.63 -
YUV 145.75 178.93 97.51 -
System Red Green Blue C M Y K H S L
Decimal 103 150 236 0.56 0.36 0 0.07 218.8 0.78 0.66
Hex 67 96 EC 38 24 0 7 DB 4E 42
Octal 147 226 354 70 44 0 7 333 116 102
Binary 1100111 10010110 11101100 111000 100100 0 111 11011011 1001110 1000010

Color Harmonies of #6796EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6796EC

Black with #6796EC

Text Example


Text Example

White with #6796EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,150,236); }

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

background-color css

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

 a { background-color: rgb(103,150,236); }

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

border-color css

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

 span { border-color: rgb(103,150,236); }

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