Html Css Color HEX #6796DC Cornflower Blue

📋 copy color: '#6796DC'

red 103 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #6796DC

Tints of Cornflower Blue #6796DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 21.78%
G = 31.71%
B = 46.51%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6796DC (or 0x6796DC) is known color: Cornflower Blue. HEX triplet: 67, 96 and DC. RGB value is (103,150,220). Sum of RGB (Red+Green+Blue) = 103+150+220=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #6796DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6796DC is #986923. Grayscale: #8F8F8F. Windows color (decimal): -9988388 or 14456423. OLE color: 14456423.

HSL color Cylindrical-coordinate representation of color #6796DC: hue angle of 215.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6796DC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 150 220 -
CMYK 0.53 0.32 0 0.14
HSL 215.9º 0.63% 0.63% -
HSV(B) 215.9º 0.53% 0.86% -
XYZ 29.42 29.86 71.92 -
YUV 143.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 103 150 220 0.53 0.32 0 0.14 215.9 0.63 0.63
Hex 67 96 DC 35 20 0 E D8 3F 3F
Octal 147 226 334 65 40 0 16 330 77 77
Binary 1100111 10010110 11011100 110101 100000 0 1110 11011000 111111 111111

Color Harmonies of #6796DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6796DC

Black with #6796DC

Text Example


Text Example

White with #6796DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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